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

Book appointment

@csrf
@include('appointments._form')
Cancel
@endsection