@extends('layouts.app') @section('content')
{{ ('Учитель') }}
ФИО: {{ $teacher->fio }}
Дата рождения: {{ $teacher->birthday }}
@endsection