{{ $wording['badge'] ?? 'Schedule Appointment' }}

{{ $wording['title'] ?? 'Book a consultation' }}

{{ $wording['subtitle'] ?? 'Select a date from the calendar, then choose an available time slot in the popup. Each session lasts 1 hour.' }}

Timezone Notice

All appointments are scheduled in Bali Timezone (UTC+8)

Displayed times reflect your local timezone

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Click a date to see real-time slot availability.

@csrf @php $phoneCodes = $phoneCodes ?? collect(); ?>

Selected slot

No time slot selected yet.