@extends('layouts.main_dashboard.app') @section('title', __('dashboard.Subjects') . ' | ' . __('dashboard.Edit Subject')) @section('content')

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

{{ __('dashboard.Edit Subject') }}

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

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

{{ $message }}

@enderror
@foreach($subjectLocales 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-fuchsia-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
@error('total_marks')

{{ $message }}

@enderror
@error('department_id')

{{ $message }}

@enderror
@error('image')

{{ $message }}

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