@include('head')
@yield('content') @if( $is_show_footer ) @include('footer') @endif @if( !empty(session('user')) ) @endif @stack('script')