@include('layouts.partials.head')
@isset($pageHeader)
{{ $pageHeader }}
@isset($breadcrumb)
    {{ $breadcrumb }}
@endisset
@endisset
{{ $slot }}
@include('layouts.partials.footer') @stack('modals')
@include('layouts.partials.scripts')