{{-- CSS should be loaded here --}} @include('partials.head-css')
{{ $title ?? 'Smart Shipping System' }}
@include('partials.topbar')
@include('partials.sidebar')
@yield('content')
@include('partials.footer')
{{-- Scripts should be loaded AFTER DOM --}} @include('partials.vendor-scripts') @stack('scripts')