@extends('layouts.app') @section('content')
تفاصيل المعلم
{{ $teacher->name }}
{{ $teacher->job_title ?? null }}
رقم الهاتف : {{ $teacher->phone }}
البريد الالكترونى : {{ $teacher->admin->email }}
{{ $dataTable->table() }}
@endsection @section('js') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endsection