@extends('themes.frontend.layouts.app') @section('body_class', 'bg-background font-body text-on-surface antialiased overflow-x-hidden') @section('validate') @stop @push('head_scripts') @endpush @push('styles') @endpush @section('content')
Professional, radiant image of happy dental clients sharing a joyful moment

Book Appointment

{{ csrf_field() }}
@foreach ($patientType as $value => $label) @endforeach
@foreach ($preferredTime as $value => $label) @endforeach

By booking, you agree to our Privacy Policy regarding your clinical data.

@endsection @include('themes.frontend.partials.book_appointment_script')