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