@extends('layouts.app') @section('title', 'Edit Appointment') @section('content')

Edit Appointment #{{ $appointment->id }}

@csrf @method('PUT')
Cancel
@endsection