@extends('Layouts.dashboardLayout') @section('content')
@include('includes.messages')
@if(count($categories) > 0)

Make sure to have strong a internet connection. Your time starts once you click on the test you want to take.

@foreach($categories as $category) @endforeach @else

Hello, it appears you have taken all the tests assigned to you

@endif
@endsection @section('script') @endsection