@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}
@csrf

{{ ___('common.Filtering') }}

@error('class')
{{ $message }}
@enderror
@error('section')
{{ $message }}
@enderror
@error('subject')
{{ $message }}
@enderror

{{ $data['title'] }}

@if (hasPermission('online_exam_create')) {{ ___('common.add') }} @endif
@if (hasPermission('online_exam_update') || hasPermission('online_exam_delete')) @endif @forelse ($data['online_exam'] as $key => $row) @if (hasPermission('online_exam_update') || hasPermission('online_exam_delete')) @endif @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('examination.class') }} ({{ ___('examination.section') }}) {{ ___('examination.subject') }} {{ ___('common.name') }} {{ ___('online-examination.Type') }} {{ ___('online-examination.Total Mark') }} {{ ___('online-examination.Exam Start') }} {{ ___('online-examination.Exam End') }} {{ ___('online-examination.Duration') }} {{ ___('online-examination.Exam Published') }} {{ ___('common.status') }}{{ ___('common.action') }}
{{ ++$key }} {{ @$row->class->name }} ({{ @$row->section->name }}) {{ @$row->subject->name }} {{ @$row->name }} {{ @$row->type->name }} {{ @$row->total_mark }} {{ date('d-m-Y H:i a', strtotime(@$row->start)) }} {{ date('d-m-Y H:i a', strtotime(@$row->end)) }} 0 Day 0 Hour 0 Minute {{ date('d-m-Y H:i a', strtotime(@$row->published)) }} @if ($row->status == App\Enums\Status::ACTIVE) {{ ___('common.active') }} @else {{ ___('common.inactive') }} @endif

{{ ___('common.no_data_available') }}

{{ ___('common.please_add_new_entity_regarding_this_table') }}

@endsection @push('script') @include('backend.partials.delete-ajax') @endpush