EH
Engineers Hub
Directory
How it works
Pricing
@auth
{{ auth()->user()->name }}
@csrf
Log out
@else
Log in
Get started
@endauth
@if(session('ok'))
{{ session('ok') }}
@endif @if(session('err'))
{{ session('err') }}
@endif @if($errors->any())
@foreach($errors->all() as $e)
{{ $e }}
@endforeach
@endif @yield('content')