@extends('layouts.main_dashboard.app') @section('title', __('dashboard.All School Classes')) @section('page_heading', __('dashboard.All School Classes')) @php $isAr = app()->getLocale() === 'ar'; @endphp @section('content')
{{ $isAr ? 'إدارة الفصول الدراسية وربطها بالتسلسل الأكاديمي' : 'Manage school classes and their academic hierarchy' }}
| {{ __('dashboard.School Class') }} | {{ __('dashboard.Actions') }} | |||||
|---|---|---|---|---|---|---|
|
{{ $schoolClass->name }}
AR: {{ $schoolClass->getStoredTranslation('ar') ?? '—' }} · EN: {{ $schoolClass->getStoredTranslation('en') ?: '—' }}
|
||||||
|
{{ __('dashboard.No data found') }} |
||||||