@extends('layouts.app') @section('content')
@if (isset($schedule)) تعديل تدريس المادة @else أضافة تدريس للمادة @endif
@csrf @if (isset($schedule)) @method('PATCH') @endif
@endsection @section('js') @endsection