@extends('user.index') @section('content')
@include('user.navbar')

Logged in as {{ Auth::user()->first_name }} {{ Auth::user()->last_name }} Logout



Available Assessments

The following assessments are available to you. Please select an assessment to begin

If you have multiple assessments available, you will be returned to this page at the end of each assessment.

@forelse ($examQuizzes as $exam) @empty

No assessments available at this time.

@endforelse
@endsection @section('styles') @endsection @section('scripts') @endsection