@if (Session::has('success'))
{{ Session::get('success') }}

@endif @if (Session::has('fail'))
{{ Session::get('fail') }}

@endif

Online Test Assignments

{{-- --}}
Test Name: {{$testdata->name}}
@csrf
{{--
@csrf
--}}
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @foreach ($studentdata as $stdata) @else @endif @endforeach
S.No Test Name Student NameClassSubjectTopicDuration(min)Max AttemptTest Start Date Test End DateAssign TestAttempted? Status Action
{{$loop->iteration}} {{$stdata->test_name}} {{$stdata->student_name}} {{ \Carbon\Carbon::parse($stdata->start_time)->format('d/m/Y h:i A') }} {{ \Carbon\Carbon::parse($stdata->endtime)->format('d/m/Y h:i A') }} @if($stdata->is_attempted == 1) Attempted @else Not Attempted @endif
@if($stdata->is_attempted == 1) @if ($stdata->status == 1) Active @else Inactive @endif status == 1) then checked @endif disabled> @else @if ($stdata->status == 1) Active @else Inactive @endif status == 1) then checked @endif> @endif
@if ($stdata->is_attempted == 1)
{{-- {!! $testlists->links() !!} --}}
@endsection