@push('styles') @endpush
| {{ __('layout.appointment_date') }} | {{ __('layout.appointment_time') }} | {{ __('layout.episode_started_on') }} | {{ __('layout.clinic') }} | {{ __('layout.in_charge') }} | {{ __('layout.comments') }} | |
|---|---|---|---|---|---|---|
| {{ is_null($appointment->appointment_date) ? '' : streamline_date($appointment->appointment_date) }} | {{ $appointment->appointment_time }} | {{ $appointment->episode_id == 0 ? '' : streamline_date_time(get_name($appointment->episode_id, 'id', 'created_at', 'patient_episodes')) }} | {{ get_name($appointment->clinic_allocation, 'id', 'name', 'clinics') }} | {{ get_full_name($appointment->incharge_id, 'id', 'first_name', 'last_name', 'users') != 'ALL STAFF' ? get_full_name($appointment->incharge_id, 'id', 'first_name', 'last_name', 'users') : 'N/A' }} | {{ $appointment->comments }} | {{ __('layout.appointment_actions') }} |