@extends('layouts/contentNavbarLayout') @section('title', 'Hero Section - Website') @section('content')

Hero Section Settings

Preview Site
@if(session('success'))
{{ session('success') }}
@endif
@csrf
@error('hero_title')
{{ $message }}
@enderror
Main heading displayed on homepage banner
@error('hero_subtitle')
{{ $message }}
@enderror
Subheading/description below the title
@if($settings->hero_background_image)
Current Background
@endif @error('hero_background_image')
{{ $message }}
@enderror
Recommended: 1920x1080px (JPG/PNG, Max 2MB)
@error('hero_background_color')
{{ $message }}
@enderror
Used if no background image
@error('hero_button_text')
{{ $message }}
@enderror
@error('hero_button_link')
{{ $message }}
@enderror
Use #contact for scroll to contact, or full URL
Cancel
@endsection