@extends('auth.student.layouts.master') @section('content')

{{$heading}}

{{--{{$my_class->name}}--}}
{{----}} {{----}} {{--Back --}}
@include('layouts.message')
My Self Practices
@foreach($records as $key=>$record) @endforeach
SN Class/Subject/Chpater Date Status Action
{{++$key}} @if(count($record->practices)) @php $class_slug = $record->practice->question->chapter->class_subject->class_value->slug; $chapter_id = $record->practice->question->chapter->id; @endphp {{$record->practice->question->chapter->class_subject->subject->name}} - {{$record->practice->question->chapter->name}} @else Question not attempt @endif {{$record->created_at->diffForHumans()}}
{{date('Y-m-d',strtotime($record->created_at))}}
@if(count($record->practices)) Total Attempt : {{count($record->practices)}}
Correct : {{count($record->true_attempts)}}
Wrong : {{count($record->false_attempts)}} @endif @if(isset($record->length))
Time Spend: {{$record->length}} @endif
@if(count($record->practices)) View Score @else Delete @endif
@endsection