@extends('layouts.app') @section('content')
Doctor: {{ $appointment->doctor->user->name }}
Patient: {{ $appointment->patient->user->name }}
Status: {{ ucfirst($consultation->status) }}