Kembali

Butiran Temu Janji

{{ $appointment->getUserResponseLabel() }}
Tarikh
{{ $appointment->appointment_date->format('d/m/Y') }} ({{ $appointment->appointment_date->translatedFormat('l') }})
Masa
{{ \Carbon\Carbon::parse($appointment->appointment_time)->format('h:i A') }}
Kaunselor
{{ $appointment->admin->fullname }}
@if($appointment->location)
Lokasi
{{ $appointment->location }}
@endif @if($appointment->reason)
Sebab/Tujuan
{{ $appointment->reason }}
@endif @if($appointment->notes)
Catatan
{{ $appointment->notes }}
@endif
Status Admin
{{ $appointment->getStatusLabel() }}
@if($appointment->user_rejection_reason)
Sebab Penolakan Anda
{{ $appointment->user_rejection_reason }}
@endif @if($appointment->user_responded_at)
Tarikh Respons
{{ $appointment->user_responded_at->format('d/m/Y h:i A') }}
@endif @if($appointment->reschedule_requested)
Permintaan Jadual Baharu
Tarikh Cadangan: {{ $appointment->requested_date->format('d/m/Y') }}
Masa Cadangan: {{ \Carbon\Carbon::parse($appointment->requested_time)->format('h:i A') }}
@if($appointment->reschedule_reason) Sebab: {{ $appointment->reschedule_reason }} @endif

Status: Menunggu kelulusan kaunselor
@endif