@section('title', $isEditMode ? 'Edit Vessel' : 'Add Vessel') @section('heading', $isEditMode ? 'Edit Vessel' : 'Add Vessel') @section('top-menu-items') @endsection

{{ $isEditMode ? 'Change the settings of this Tour Vessel. Pro Tip: Use the Special Unavailability section to refine the availability of this Tour Vessel.' : 'Add a new Tour Vessel to your fleet. Pro Tip: Use the Special Unavailability section to refine the availability of this Tour Vessel.' }}

What type of vessel is this?

@foreach (App\Enums\VesselType::cases() as $vesselType)
@endforeach
@error('vessel_type_id') {{ $message }} @enderror

What is the maximum number of passengers that can be accommodated by this Tour Vessel? @error('seats') {{ $message }} @enderror

Of the available Tour Vessels,the Tour Vessel with lowest number will receive the booking first. @error('priority') {{ $message }} @enderror

Give this Tour Vessel a unique name to be displayed on the Schedule. @error('name') {{ $message }} @enderror

Would you like this Tour Vessel added to the Schedule, ready to receive bookings? @error('default_availability') {{ $message }} @enderror
@if (session()->has('message'))
{{ session('message') }}
@endif
@push('styles') @endpush @push('scripts') @endpush