@extends('layouts.main_dashboard.app') @section('title', __('dashboard.Add New Term')) @section('page_heading', __('dashboard.Add New Term')) @section('page_subtitle', 'أضف فصلًا دراسيًا جديدًا وحدد السنة الدراسية المرتبط بها.') @section('page_actions') {{ __('dashboard.View All Terms') }} @endsection @section('content') @php $termLocales = [ 'ar' => 'العربية', 'en' => 'English', ]; @endphp