• Back
  • Score: {{ $score->score }}
  • @auth
  • {{ \Illuminate\Support\Facades\Auth::user()->email }}
    • Total Score: {{ $final_score }}

    • @if (\Illuminate\Support\Facades\Auth::user()->role_id == 1)
    • Goto Admin
    • @endif
    • {!! Form::open(['route' => 'logout', 'method' => 'POST']) !!} @csrf {!! Form::close() !!}
  • @endauth