@include('layouts.html_header') @yield('login') @yield('error')
@auth @include('layouts.header') @include('layouts.menu') @endauth
@yield('content-header') @yield('content') @yield('error')
@include ('layouts.footer')
@include ('layouts.html_footer')