|
|
Dokter | Poli | Keterangan | Jadwal | |||||
|---|---|---|---|---|---|---|---|---|---|
| Hari | Jam | Estimasi (menit) | |||||||
|
@unless ($selectAll)
Anda telah memilih {{ $templates->count() }} jadwal dokter, apakah Anda mau memilih semua {{ $templates->total() }} jadwal dokter?
@else
Anda sekarang memilih semua {{ $templates->total() }} jadwal dokter.
@endif
|
|||||||||
|
|
{{ optional($template->doctor)->name ?? '-' }} | {{ optional($template->polyclinic)->name ?? '-' }} | {{ $template->information ?? '-' }} | ||||||
| {{ KlinikConst::DAYS[$schedule->hari] ?? '-' }} | {{ $schedule->mulai ?? '-' }} - {{ $schedule->selesai ?? '-' }} | {{ $schedule->perkiraan ?? '-' }} menit | @if($loop->first)
@can('master.jadwal-dokter.edit')
Sunting
@endcan
|
@endif
||||||