@extends('layouts.main_dashboard.app') @section('title', __('dashboard.Edit Course')) @section('page_heading', __('dashboard.Edit Course')) @section('page_subtitle', 'تحديث المساق وربطاته الأساسية مع المعلم والصف والمادة.') @section('page_actions') {{ __('dashboard.View') }} @endsection @section('content')
@csrf @method('PUT')
@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