@extends('layouts.base') @section('title', __('Booking confirmed')) @section('body')

{{ __('Booking confirmed') }}

{{ __('We sent the details to your WhatsApp.') }}


{{ __('Clinic') }}
{{ $tenant->name }}
{{ __('Dentist') }}
{{ $appointment->dentist->name }}
{{ __('Date') }}
{{ $localStart->translatedFormat('l, d M Y') }}
{{ __('Time') }}
{{ $localStart->format('H:i') }}

@csrf
@if($tenant->whatsapp_number) 💬 @endif @endsection