@extends('layouts.admin') @section('title', 'Banners & Hero Sections') @section('content')

Banners

Manage your homepage hero slides and promotional banners.

Add New Banner
@forelse($banners as $banner) @empty @endforelse
Preview Title / Position Status Order Actions
{{ $banner->title ?: 'Untitled Banner' }}
{{ $banner->position }}
{{ $banner->is_active ? 'Active' : 'Inactive' }} {{ $banner->sort_order }}
@csrf @method('DELETE')
No banners found. Create your first one to spice up the homepage!
@endsection