@extends('layouts.admin')
@section('title', 'Banners')
@section('page_title', 'Banners / Sliders')
@section('page_css')
@endsection
@section('content')
@forelse($banners as $banner)
| {{ $banners->firstItem() + $loop->index }} |
 : asset('images/placeholder.svg') }}) |
{{ $banner->title ?? '—' }} |
{{ ucfirst($banner->position) }} |
{{ $banner->sort_order }} |
|
|
@empty
| No banners found. |
@endforelse
@endsection
@section('page_js')
@endsection