{{ $appointment->id }}
|
{{ $appointment->selected_date}} |
{{ Carbon\Carbon::parse($appointment->appointment_time)->format('h:i') }} |
{{ $appointment->office_name }} |
{{ $appointment->section_name }} |
{{ $appointment->first_name . " " .$appointment->last_name }} |
{{ $appointment->created_at->format('Y-m-d H:m') }} |
@endforeach