@include('template.head') @yield('scripts')
@include('template.logo') @include('template.navbar')
@include('template.sidebar')
@yield('content') @include('sweetalert::alert') {{-- @include('template.footer') --}}
@include('template.scripts') @include('template.dashboard-js') @yield('js')