@yield('head')
@if (Auth::check()) @else @endif
@yield('content')
@php $footer = []; $footer['left'] = config('user-config.footer_left'); $footer['right'] = config('user-config.footer_right'); @endphp @yield('scripts')