@section('styles')
@show @stack('headScripts')
@stack('startBodyScripts')
@include('layout.menu')
@include('layout.header')
@yield('content')
@include('layout.footer')
@section('scripts') @include('sweetalert::alert') @show @stack('endBodyScripts')