@extends('layouts.main_dashboard.app') @section('title', __('dashboard.Add New Course')) @section('page_heading', __('dashboard.Add New Course')) @section('page_subtitle', 'إنشاء مساق جديد مع ربطه بالمادة والصف والمعلم ضمن التدفق الدراسي المعتاد.') @section('page_actions') {{ __('dashboard.View All Courses') }} @endsection @section('content')
@csrf
@error('subject_id')

{{ $message }}

@enderror
@error('school_class_id')

{{ $message }}

@enderror
@error('teacher_id')

{{ $message }}

@enderror
@error('image')

{{ $message }}

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