@extends('admin.layouts.master') @section('css') @endsection @section('title', 'دكاترة تخصص: ' . $specialty->name) @section('content')
| # | اسم الدكتور | العيادة | الفرع | الجوال | الحالة | العمليات |
|---|---|---|---|---|---|---|
| {{ $profile->id }} | {{ $profile->user->name }} | {{ $profile->user->clinic?->name ?? '-' }} | {{ $profile->branch?->name ?? '-' }} | {{ $profile->user->phone }} |
user->is_active ? 'checked' : '' }}>
|
عرض تعديل |
لا يوجد دكاترة مسجلين لهذا التخصص.
@endif