@extends('admin/course-management/course-details/index') @section('main-content-tab')
@csrf

Update Course Faculty

@if($errors->has('department_id')) {{ $errors->first('department_id') }} @endif
@if($errors->has('teacher_id')) {{ $errors->first('teacher_id') }} @endif
Back
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') \ //validate form @endsection