@extends('layouts.main_dashboard.app') @section('title', __('dashboard.Grades') . ' | ' . __('dashboard.Add New Grade')) @section('content')

{{ __('dashboard.Academic Structure') }}

{{ __('dashboard.Add New Grade') }}

إضافة صف دراسي جديد وربطه بالمرحلة الدراسية والفصل المناسب.

{{ __('dashboard.View All Grades') }}
@csrf
@error('stage_id')

{{ $message }}

@enderror
@foreach($gradeLocales as $locale => $label)
@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