|
|
|
|
|
|
SatuSehat |
|
|
||
|---|---|---|---|---|---|---|---|---|---|
|
@unless ($selectAll)
Anda telah memilih {{ $doctors->count() }} dokter, apakah
Anda mau memilih semua {{ $doctors->total() }} dokter?
@else
Anda sekarang memilih semua
{{ $doctors->total() }} dokter.
@endif
|
|||||||||
|
|
{{ $doctor->name ?? '-' }} | {{ $doctor->id_number ?? '-' }} | {{ $doctor->email ?? '-' }} | {{ $doctor->phone_number ?? '-' }} | @if (isset($doctor->ihs_id)) Terhubung @else @endif | {{ $doctor->type ?? '-' }} | {{ $doctor->is_active ? 'aktif' : 'nonaktif' }} | ||