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

لا يوجد دكاترة مسجلين لهذا التخصص.

@endif
@endsection @section('js') @endsection