@extends('layouts.app') @section('title', 'Edit Staff') @section('content')

Edit {{ $teacher->user->name ?? '' }}

@csrf @method('PATCH')
@endsection