@extends('layouts.master') @section('content')
SN | Shift | Depaetment | Class | Section | Actions |
---|---|---|---|---|---|
{{ ++$sn; }} | {{ $routine->shift->shift_name ?? 'N/A'}} | {{ $routine->department->name ?? 'N/A' }} | {{ $routine->studentClass->class_name ?? '' }} | {{ $routine->section->section_name ?? 'N/A' }} | @if (!empty($routine->id)) @can('academic.class-routine.view') View @endcan @can('academic.class-routine.edit') Edit @endcan @can('academic.class-routine.delete') @endcan @else Create New Routine @endif |