added the booking msgs that the client asked for
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user