@vite(['resources/css/app.css'])
@include('partials.scroll_top') @include('partials.off_canvas') @include('partials.header')
@yield('content')
{{-- footer --}} @include('partials.footer')