@guest
{{ __('Eventos') }}
@if (Route::has('sobre'))
{{ __('Sobre Açores Aventura') }}
@endif @if (Route::has('corridaorientacao'))
{{ __('O que é Corrida de Aventura?') }}
@endif @if (Route::has('login'))
{{ __('Entrar') }}
@endif @if (Route::has('register'))
{{ __('Não tenho cadastro') }}
@endif @else
{{ __('Eventos') }}
@if (Route::has('sobre'))
{{ __('Sobre Açores Aventura') }}
@endif @if (Route::has('corridaorientacao'))
{{ __('O que é Corrida de Aventura?') }}
@endif
{{ Auth::user()->name }}
Meus Dados
Minhas Inscrições
{{ __('Logout') }}
@csrf
@endguest
@auth @if (Auth::user()->admin == 1)
Gerenciar Eventos
@endif @endauth
@yield('content')
@yield('script')