@extends('layouts.admin') @section('title', 'Banners') @section('page_title', 'Banners / Sliders') @section('page_css') @endsection @section('content')
@if(request('search'))Clear@endif
@forelse($banners as $banner) {{ $banners->firstItem() + $loop->index }} {{ $banner->title }} {{ $banner->title ?? '—' }} {{ ucfirst($banner->position) }} {{ $banner->sort_order }} @empty No banners found. @endforelse
Showing {{ $banners->firstItem() }}{{ $banners->lastItem() }} of {{ $banners->total() }} banners {{ $banners->appends(request()->query())->links('vendor.pagination.bootstrap-5') }}
@endsection @section('page_js') @endsection