Appointment List

@foreach($data as $appointment) @endforeach
ID Appointment type Date Notes
{{ $appointment->id }} {{ $appointment->appointment_type->appointment_type }} {{ $appointment->date }} {{ $appointment->notes }}