{{ __('Hero Sections Management') }}

{{ __('Create New Hero Section') }}
@if(session('success')) @endif @forelse($heroSections as $heroSection) @empty @endforelse
Page Title Status Actions
{{ $heroSection->page_name }} {{ $heroSection->title }} {{ $heroSection->is_active ? 'Active' : 'Inactive' }}
Edit
@csrf @method('DELETE') Delete
No hero sections found. Create one now