@if($row->type=="post")
@if($row->image!='')
@else
@endif
@else
@endif
|
|
{{$row->view_count}}
|
{{date("d-m-Y",strtotime($row->created_at))}}
{{date("h:i A",strtotime($row->created_at))}}
|
@can('update-blog-status')
@if($row->status==1)
{{__('lang.admin_active')}}
@else
{{__('lang.admin_inactive')}}
@endif
|
@endcan
@canany(['update-blog', 'delete-blog','send-notification','analytics','blog-translation'])
|
@endcanany
@endforeach
@else