@extends('layouts.admin') @section('status2','active') @section('title','Posts') @section('headerTitle','Posts') @section('content')
{{ $message }}
| No | Category | Title | Date | Location | Description | Image | Liked | Action |
|---|---|---|---|---|---|---|---|---|
| {{ ++$i }} | {{ $post->category }} | {{ $post->title }} | {{ $post->date }} | {{ $post->location }} | {!! $post->description !!} | {{ $post->liked }} |