9 lines
335 B
PHP
9 lines
335 B
PHP
<x-layouts.public>
|
|
<div class="py-8">
|
|
<h1 class="text-3xl font-bold text-text mb-6">{{ __('navigation.booking') }}</h1>
|
|
<div class="bg-white p-8 rounded-lg shadow-md">
|
|
<p class="text-text">{{ __('Booking form will be implemented in a future story.') }}</p>
|
|
</div>
|
|
</div>
|
|
</x-layouts.public>
|