@extends('layouts.app') @section('title', 'Edit Appointment') @section('content')
@csrf @method('PUT')
{{ $appointment->patient->full_name ?? '' }} ยท {{ $appointment->patient->mrn ?? '' }}
{{-- excludeDirect=true: Lab and Radiology open direct encounters, not appointments, so editing an appointment to point at them is not a valid routing. --}}
Cancel
@endsection