@extends('layouts.app') @section('content')
Appointment: {{ $appointment->appointment_number }}
Doctor: {{ $appointment->doctor->user->name }}
Date: {{ $appointment->appointment_date->format('d M Y') }}
Time: {{ substr($appointment->start_time, 0, 5) }}