added the booking msgs that the client asked for

This commit is contained in:
Naser Mansour
2026-01-28 01:54:29 +02:00
parent cc85c67034
commit 3a5ac9c130
5 changed files with 198 additions and 3 deletions
@@ -232,6 +232,9 @@ new class extends Component
@if(!$selectedDate || !$selectedTime)
<!-- Step 1: Calendar Selection -->
<div class="mt-6">
{{-- Booking Expectations --}}
<x-booking-expectations class="mb-6" />
<p class="mb-4 text-zinc-600">{{ __('booking.select_date_time') }}</p>
<livewire:availability-calendar :booked-dates="$bookedDates" />
</div>
@@ -236,9 +236,8 @@ new #[Layout('components.layouts.public')] class extends Component
@if(!$selectedDate || !$selectedTime)
{{-- Step 1: Calendar Selection --}}
<flux:callout class="mb-6">
<p class="text-body">{{ __('booking.guest_intro') }}</p>
</flux:callout>
{{-- Booking Expectations --}}
<x-booking-expectations class="mb-6" />
<p class="mb-4 text-zinc-600">
{{ __('booking.select_date_time') }}