@extends('backend.layouts.app') @section('content')
ID | Patient | Doctor | Test | Appointment Time | Appointment Date | Payment Status | Status | Note | Test Type | Test Result | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$appointment->id}} | {{$appointment->patient->first_name}} {{$appointment->patient->middle_initial}} {{$appointment->patient->last_name}} | Dr. {{$appointment->doctor->name}} | {{$appointment->test_names}} | {{$appointment->appointment_time}} | {{$appointment->appointment_date}} | {{$appointment->payment_status}} | {{$appointment->status}} | {{$appointment->note}} | {{$appointment->test_type}} | {!!$appointment->test_result!!} |