{{-- table loader --}}
{{__('admin.loading')}}
{{-- table loader --}} {{-- table content --}} @foreach($banners as $banner) @endforeach
{{ __('admin.image') }} {{ __('admin.description') }} {{ __('admin.status') }} {{ __('admin.control') }}
{!! $banner->description !!}
{{-- table content --}} {{-- no data found div --}} @if ($banners->count() == 0)
{{__('admin.there_are_no_matches_matching')}}
@endif {{-- no data found div --}}
{{-- pagination links div --}} @if ($banners->count() > 0 && $banners instanceof \Illuminate\Pagination\AbstractPaginator )
{{$banners->links()}}
@endif {{-- pagination links div --}}