@extends('admin.layout.dashboard_master') @section('content')

Banner

Banner Management & Preview

Manage your site banners using the interactive mock-up or see the live results in the preview window.

Add New Hero Slide
@csrf
Click to Upload
Manage Existing Slides
@forelse($heroSlides as $slide) @empty @endforelse
Preview Details Actions
{{ $slide->banner_title ?: 'Untitled Slide' }}
{{ Str::limit($slide->banner_description, 60) }}
{{ $slide->banner_link }}
No hero slides added yet.
@endsection