LISTADO DE BANNERS {{ $banners->total() }}
| BANNER |
ORDEN |
ESTADO |
CREACIÓN |
|
@foreach($banners as $banner)
@if(isset($banner->image))
image}") }}" alt="" style="width:40px;height:40px;border-radius:10px;">
@endif
|
{{ $banner->order }} |
@if($banner->status==1) Activada @else Desactivada @endif |
{{ $banner->created_at }} |
|
@endforeach
@if(count($banners)==0)
@endif
@include('admin.common.pagination.default', ['paginator' => $banners])