@extends('admin.layouts.master') @section('css') @endsection @section('title') التخصصات @endsection @section('content')
| الاسم | إجمالي الدكاترة | النشطين | العمليات |
|---|---|---|---|
| {{$row->name}} | {{$row->doctorProfiles->count()}} | {{$row->doctorProfiles->where('user.is_active', true)->count()}} | دكاترة التخصص @include('admin.specialty.edit') |