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

{{ $data['title'] }}

@if (hasPermission('exam_routine_create')) {{ ___('common.add') }} @endif
@if (hasPermission('exam_routine_update') || hasPermission('exam_routine_delete')) @endif @forelse ($data['exam_routines'] as $key => $row) @if (hasPermission('exam_routine_update') || hasPermission('exam_routine_delete')) @endif @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('academic.class') }} ({{ ___('academic.section') }}) {{ ___('academic.type') }} {{ ___('common.date') }}{{ ___('common.action') }}
{{ ++$key }} {{ @$row->class->name }} ({{ @$row->section->name }}) {{ @$row->type->name }} {{ dateFormat(@$row->date) }}

{{ ___('common.No data available') }}

{{ ___('common.Please add new entity regarding this table') }}

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