@include('guest.top-bar')
@foreach($errors->all() as $error) {{ $error }} @endforeach
@yield('content', 'Nothing to see here.')