• Home
  • sobre nós
  • {{ __('Noticias ') }}      
  • @guest
  • {{ __('Login') }}
  • @if (Route::has('register')) {{ __('Register') }} @endif
  • @else Sair
    @csrf
    @endguest @if(Auth::user()) @include('layouts.DataNotificatio')
@endif