{{ __('Vacation Mode') }}

{{ __('Enable vacation mode to temporarily pause all bookings for your listings. Your listings will remain visible but cannot be booked.') }}

@csrf @method('patch')

{{ __('Vacation Mode Status') }}

@if($user->vacation_mode) Currently On Vacation @else Active & Accepting Bookings @endif

Your listings remain visible to potential guests
Booking button is disabled - guests cannot make new bookings
"Host on Vacation" badge is displayed on all your listings
Existing bookings are not affected - guests with confirmed bookings can still check in
@if (session('status') === 'vacation-mode-updated')

{{ __('Saved successfully.') }}

@endif