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