@foreach($banners as $key=> $row)
{{--
|
|
--}}
@if(!$request->BannerApp)
{{ __('banners.statuses.'.$row->status) }} |
{{$row->type->currentDescription->title}} |
@endif
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} |
|
@endforeach
@if( count( $banners ) && $banners->hasPages() )
| {{ $banners->links() }} |
@endif