@include('admin.partials.flash_message')
| S.No |
Title |
Image |
Description |
Created On |
Created By |
Action |
@if(count($blogs) > 0)
@foreach($blogs as $k=>$u)
| {{ ++$k }} |
{{ $u->title }} |
@if($u->image)
@else
@endif
|
{{ $u->short_description }} |
{{ Carbon\Carbon::parse($u->created_at)->format('d-M-Y H:i:s') }} |
@foreach($users as $user)
@if($user->id == $u->added_by)
{{ $user->name }}
@endif
@endforeach
|
|
@endforeach
@else
| No Data Found |
@endif
| S.No |
Title |
Image |
Description |
Created On |
Created By |
Action |