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

Edit Appointment

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