Resource
{{ session('success') }}
@endif
| S.NO | User Name | Title | {{--Description | --}}Image | Created At | Updated At | Edit | Delete |
|---|---|---|---|---|---|---|---|---|
| {{ $index +1 ?? '' }} | {{ $post->user->name ?? 'N/A' }} | {{$post->title ?? 'N/A'}} | {{--{{ strip_tags($post->description) ?? 'N/A' }} | --}}
@if (!empty($post->image))
Image not Available @endif |
{{ $post->created_at ?? 'N/A' }} | {{ $post->updated_at ?? 'N/A' }} | Edit | Delete |