@include('components.head')
@yield('menu')
@include('components.menuAdmin')
@yield('content')
@stack('scripts')