{{isset($teacher)? 'Edit': 'Add New'}} Teacher {{isset($teacher)? 'with The Number: '.$teacher->teacher_num: ''}}
Assign the teacher a classroom and subject.
@extends('layouts.app_view'); @section('content')
Assign the teacher a classroom and subject.