@extends('admin.layouts.app') @section('title','Add Appointment') @section('header') Add Appointment @endsection @section('content')
@csrf
Appointment Information
Cancel
@endsection