@yield('header_css')
@if(Auth::check())
Welcome {{ Auth::user()->name}}
Logout
@endif
@yield('content')
@yield('footer_scripts')