{{-- Header --}}
Hero Manager Create and manage hero sections for the homepage
Create Hero
{{-- Content --}}
{{-- Search --}}
{{-- Flash message --}} @if (session()->has('message')) {{ session('message') }} @endif {{-- Heroes List --}} @if($heroes->isEmpty())
No heroes yet Create your first hero to promote products on the homepage. Create Hero
@else
@foreach($heroes as $hero) @endforeach
Hero Theme Position Status Actions
{{ $hero->name }}
{{ Str::limit($hero->header, 50) }}
{{ ucfirst($hero->theme) }} {{ ucfirst($hero->position) }}
Edit Duplicate Delete
{{-- Pagination --}}
{{ $heroes->links() }}
@endif
{{-- Create Modal --}}
Create New Hero Start by entering the basic details. You can add more content after creation.
Name Header Text Theme
Cancel Create & Edit