{{ $head ?? '' }}
@if($logo)
@else
{{ config('app.name', 'Laravel') }}
@endif
@if(isset($navigation)) {{ $navigation }} @else
Home
About
Services
Contact
@endif
@if(isset($navRight))
{{ $navRight }}
@endif
@if(isset($mobileNavigation)) {{ $mobileNavigation }} @else
Home
About
Services
Contact
@endif
@if(isset($hero))
{{ $hero }}
@endif
{{ $slot }}
@if(!isset($hideFooter)) @endif {{ $scripts ?? '' }}