@extends('coaching.layout.master') @section('content')

Result

@if(Session::has('error'))

{{ Session::get('error') }}

@endif
Total No of Attempts Made
{{$tot_no_of_attempts_made}}
Total No of Reattempts Made
{{$tot_no_of_reattempts_made}}
Test Details

Published On: {{ $test_published_on }}

Last Attempt Made On: {{ $test_last_attempted_on }}

{{ $test_details->test_name }}

Total No of Attempts: {{$tot_no_of_students}}

* Data shows on first attempt

Rank Student Name Score Accuracy Time Taken Attempted On Action
@endsection @section('scripts') @endsection