{{ config('app.name', 'Laravel') }}
@if(!Auth::check())
Login
Register
@else
{{ Auth::user()->name }}
Logout
@csrf
@endif
@yield('content')