@extends('theme.spade.layouts.main')
@section('title') Doctors & Providers @endsection
@section('meta')
@endsection
@section('canonical')
@endsection
@section('content')
@php
$breadcrumbData = [
[
'title' => 'Make an Appointment',
'link' => route('appointment')
]
]
@endphp
@include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData)
@endsection
@push('js')
@endpush