@extends('theme.sarthi.master') @section('title')
| # | Test Name | Time | Status | Score | Resources | Action |
|---|---|---|---|---|---|---|
| 1. | {{$tests->title}} | {{$tests->duration}} min |
@if(!empty($attempt))
@if($attempt->status == 1)
Completed
@endif
@if($attempt->status == 0)
In progress {{ $attempt->create_date}} @endif @else Not Attempted @endif |
@if(!empty($attempt)) @if($attempt->status == 1) Score @endif @endif | @if(!empty($attempt)) @if($attempt->status == 1) Unattempted Questions @endif @if($attempt->status == 0) Unattempted Questions @endif @else Unattempted Questions @endif | @if(!empty($attempt)) @if($attempt->status == 1) Report @endif @if($attempt->status == 0) Resume @endif @else Start Test @endif |