@section('title', 'Admin Console') @section('top-menu-items') @endsection @section('sub-menu-items') @endsection

These settings apply to the Schedule and can be further restricted through the Special Unavailability settings, Tour Vessel settings, and Tour settings. Pro Tip: Aim to keep Availability settings as open as possible.

@php $canEdit = auth()->user()->can('write_global_settings'); @endphp

What is the earliest time you open during the week? @error('startTime') {{ $message }} @enderror

What is the latest time you close during the week? @error('endTime') {{ $message }} @enderror

Choose how you want the Schedule time slots to be displayed. @error('calendar_increment') {{ $message }} @enderror

Your Schedule will be available for bookings until the selected date. @error('settings.booking_window') {{ $message }} @enderror

What are all the possible days of the week that you can be open?
@foreach (['Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday'] as $day)
@endforeach
@error('availableDays') {{ $message }} @enderror
@push('styles') @endpush