@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)) }}
Warning: Undefined variable $row in /home/uxvsuhne/public_html/chaabi.me/resources/views/backend/online-examination/online-exam/index.blade.php on line 145

Warning: Attempt to read property "start" on null in /home/uxvsuhne/public_html/chaabi.me/resources/views/backend/online-examination/online-exam/index.blade.php on line 145

Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/uxvsuhne/public_html/chaabi.me/resources/views/backend/online-examination/online-exam/index.blade.php on line 145

Warning: Undefined variable $row in /home/uxvsuhne/public_html/chaabi.me/resources/views/backend/online-examination/online-exam/index.blade.php on line 146

Warning: Attempt to read property "end" on null in /home/uxvsuhne/public_html/chaabi.me/resources/views/backend/online-examination/online-exam/index.blade.php on line 146

Deprecated: DateTime::__construct(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/uxvsuhne/public_html/chaabi.me/resources/views/backend/online-examination/online-exam/index.blade.php on line 146
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