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

{{ __('dashboard.Year Form') }}

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

تعديل اسم السنة الأكاديمية الحالية دون التأثير على ترتيب الواجهة.

@csrf @method('PUT')
@error('name')

{{ $message }}

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