{{ __('Edit Hero Section: ') . $heroSection->page_name }}

{{ __('Back to Hero Sections') }}
@csrf @method('PUT')
@error('title')

{{ $message }}

@enderror
@error('subtitle')

{{ $message }}

@enderror
@if($heroSection->background_image) Current Background @endif

or drag and drop

PNG, JPG, GIF up to 2MB

@error('background_image')

{{ $message }}

@enderror
@error('button_text')

{{ $message }}

@enderror
@error('button_link')

{{ $message }}

@enderror
is_active ? 'checked' : '' }} class="h-4 w-4 text-primary-600 focus:ring-primary-500 border-gray-300 rounded">
{{ __('Cancel') }} {{ __('Update Hero Section') }}