Daftar Kontrol Lanjutan Daftar Kontrol Lanjutan Klinik
@if ($selectPage) @endif @forelse ($schedule_controls as $control) @empty @endforelse
Data Pasien Tanggal Jenis Kontrol Keterangan Ingatkan melalui surel
@unless ($selectAll)
Anda telah memilih {{ $schedule_controls->count() }} kontrol lanjutan, apakah Anda mau memilih semua {{ $schedule_controls->total() }} kontrol lanjutan?
@else Anda sekarang memilih semua {{ $schedule_controls->total() }} kontrol lanjutan. @endif
Rekam Medis: {{ optional($control->checkupPatient->patient)->medical_record_number ?? '-' }}
Nama: {{ optional($control->checkupPatient->patient)->name ?? '-' }}
Tanggal Lahir: {{ optional($control->checkupPatient->patient->birthday)->format('d/m/Y') ?? '-' }} ({{ optional($control->checkupPatient->patient)->age ?? '-' }})
Nomor Ponsel: {{ optional($control->checkupPatient->patient)->phone_number ?? '-' }}
{{ optional($control->schedule_date)->format('d/m/Y') ?? '-' }} {{ $control->schedule_type ?? '-' }} {{ $control->schedule_information ?? '-' }} Ingatkan @if($control->schedule_has_been_sent) Telah diingatkan @endif
{{ $schedule_controls->links() }}