@if(auth()->check())
{{auth()->user()->name}}
@endif
@yield('content')
@yield('scripts') @yield('modal')