@extends('layouts.main_dashboard.app') @section('title', __('dashboard.School Classes') . ' | ' . __('dashboard.Edit School Class')) @section('content')

{{ __('dashboard.Class Builder') }}

{{ __('dashboard.Edit School Class') }}

تحديث الربط الأكاديمي واسم الصف الدراسي بدون مغادرة الواجهة الجديدة.

{{ __('dashboard.View') }}
@csrf @method('PUT')
@error('grade_id')

{{ $message }}

@enderror
@foreach($schoolClassLocales as $locale => $label)
getStoredTranslation($locale)) }}" {{ $locale === 'ar' ? 'required' : '' }} dir="{{ $locale === 'ar' ? 'rtl' : 'ltr' }}" class="w-full rounded-2xl border border-surface-200 bg-white px-4 py-3 text-sm text-surface-700 outline-none transition focus:border-violet-400 dark:border-surface-700 dark:bg-surface-950 dark:text-surface-100" > @if($locale === 'ar')

{{ __('dashboard.This value will be used as the primary Arabic name.') }}

@endif @error("name_translations.$locale")

{{ $message }}

@enderror
@endforeach
{{ __('dashboard.Cancel') }}
@endsection @section('scripts') @endsection