@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('time_schedule_create')) {{ ___('common.add') }} @endif
@if (hasPermission('time_schedule_update') || hasPermission('time_schedule_delete')) @endif @forelse ($data['time_schedule'] as $key => $row) @if (hasPermission('time_schedule_update') || hasPermission('time_schedule_delete')) @endif @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('academic.type') }} {{ ___('academic.start_time') }} {{ ___('academic.end_time') }} {{ ___('common.status') }}{{ ___('common.action') }}
{{ ++$key }} @if ($row->type == 1) {{ ___('academic.class') }} @else {{ ___('academic.exam') }} @endif {{ formatTimeAMPM($row->start_time) }} {{ formatTimeAMPM($row->end_time) }} @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