@if(Auth::check()) @include('partials.header') @endif

@yield('content')
@if(Auth::check()) @include('partials.footer') @endif @yield('scripts')