@php use Illuminate\Support\Carbon; $tz = $booking->timezone ?: 'UTC'; $starts = Carbon::parse($booking->starts_at)->setTimezone($tz); @endphp
{{ __('booking.reschedule_currently_for') }} {{ $starts->translatedFormat('l, M j, Y g:i A') }} ({{ $tz }})
{{ __('booking.reschedule_pick_new_time') }} {{ __('booking.reschedule_back_to_booking') }}
{{-- `data-confirm` is consumed by public/js/views/shared/confirm-form.js (declarative replacement for the legacy onsubmit handler). --}}