@yield('header')
Home
@if (Auth::guard('web')->check())
Profile
Log out
@else
Log in
Register
@endauth
@yield('content')
Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})