@extends('layouts.app') @section('title', 'Edit appointment') @section('content')
Schedule ยท Edit

Edit appointment

@csrf @method('PUT')
@include('appointments._form')
Cancel
@csrf @method('DELETE')
@endsection