{{-- @wireUiScripts --}}
@include('layouts.navigation') @php $class = Route::currentRouteName() == 'home.index' ? 'lg:h-16' : 'h-16'; @endphp
@if (isset($header))
{{ $header }}
@endif
{{ $slot }}
@include('layouts.footer')
Loading...