@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => $title])

{{ $title }}

Add
@foreach ($InchargeAssoc as $index => $inch) @endforeach
# Class Name Staff Name Academic Year Status Actions

{{ $index + 1 }}

{{ $inch->class ? $inch->class->class_name : 'N/A' }}

{{ $inch->staff ? $inch->staff->firstname : 'N/A' }}

{{ $inch->academicYear ? $inch->academicYear->academicdetail : 'N/A'}}

@if ($inch->oprtnl_flag === 'A') Active @else Inactive @endif

@csrf @method('DELETE')
@endsection @push('scripts') @endpush