@extends('theme.sarthi.master') @section('title') TCM Education Clone Test Series @endsection @section('meta') @endsection @section('content')

All Test


@foreach($test as $tests) @php $attempt=App\SectionshortResult::where('topic_id', $tests->id)->where('user_id',Auth::user()->id)->first(); @endphp @endforeach
# 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
@endsection