{{config('app.name')}}
  • {{__('Ao Vivo')}}
  • {{__('Futebol')}}
  • {{__('Mais Esportes')}}
    • Lutas (MMA/UFC)
    • Basquete
    • Voleibol
  • {{__('Conferir Bilhetes')}}
  • {{__('Regulamento')}}
  • @if( Auth::user() && Auth::user()->nivel == 'cambista' )
  •   {{__('Painel')}}
  •   {{__('Caixa')}}
  •   {{__('Relatórios')}}
  •   {{__('Bilhetes')}}
  •   {{__('Recuperar Pin')}}
  • @endif @if( Auth::user() )
  • Bem Vindo(a), {{Auth::user()->username}} | {{\Carbon\Carbon::now()->format('d/m/Y H:i:s')}} {{ __('adminlte::adminlte.log_out') }}
    @if(config('adminlte.logout_method')) {{ method_field(config('adminlte.logout_method')) }} @endif {{ csrf_field() }}
  • @endif @guest
  • {{__('Login')}}
  • @endguest
@if( Auth::user() ) @if( Auth::user()->nivel == 'adm' )
  • Bem Vindo(a), {{Auth::user()->username}} | {{\Carbon\Carbon::now()->format('d/m/Y H:i:s')}} 0/250 {{ __('adminlte::adminlte.log_out') }}
    @if(config('adminlte.logout_method')) {{ method_field(config('adminlte.logout_method')) }} @endif {{ csrf_field() }}
@endif @if( Auth::user()->nivel == 'cambista' )
  • {{Auth::user()->username}} | Limites S: R${{ number_format(Auth::user()->saldo_simples - Auth::user()->entrada_simples, 2, ',', '.') }} | G: R${{ number_format(Auth::user()->saldo_casadinha - Auth::user()->entrada_casadinha, 2, ',', '.') }} {{ __('adminlte::adminlte.log_out') }}
    @if(config('adminlte.logout_method')) {{ method_field(config('adminlte.logout_method')) }} @endif {{ csrf_field() }}
@endif @endif
    @guest()
  • {{__('Login')}}
  • @endguest