{{-- table loader --}}
{{__('admin.loading')}}
{{-- table loader --}} {{-- table content --}} {{-- --}} @foreach($images as $image) {{-- --}} @endforeach
{{ __('admin.date') }} {{__('admin.image')}}{{__('admin.banner_type')}}{{__('admin.control')}}
{{ $image->created_at->format('d/m/Y') }} {{$image->title}} {{$image->type == "top" ? __('admin.top') : __('admin.footer')}}
{{-- table content --}} {{-- no data found div --}} @if ($images->count() == 0)
{{__('admin.there_are_no_matches_matching')}}
@endif {{-- no data found div --}}
{{-- pagination links div --}} @if ($images->count() > 0 && $images instanceof \Illuminate\Pagination\AbstractPaginator )
{{$images->links()}}
@endif {{-- pagination links div --}}