@extends('layouts.main_dashboard.app') @section('title', __('dashboard.Add Course to Teacher')) @section('content')

{{ __('dashboard.Course Assignment') }}

{{ __('dashboard.Add Course to Teacher') }}

{{ $teacher->name }}

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