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