@extends('layouts/layoutMaster') @section('title', 'eCommerce Product Add - Apps') @section('vendor-style') @vite([ 'resources/assets/vendor/libs/quill/typography.scss', 'resources/assets/vendor/libs/quill/katex.scss', 'resources/assets/vendor/libs/quill/editor.scss', 'resources/assets/vendor/libs/select2/select2.scss', 'resources/assets/vendor/libs/dropzone/dropzone.scss', 'resources/assets/vendor/libs/flatpickr/flatpickr.scss', 'resources/assets/vendor/libs/tagify/tagify.scss', 'resources/assets/vendor/libs/bs-stepper/bs-stepper.scss' ]) @endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/select2/select2.js', 'resources/assets/vendor/libs/tagify/tagify.js', 'resources/assets/vendor/libs/dropzone/dropzone.js', 'resources/assets/vendor/libs/jquery-repeater/jquery-repeater.js', 'resources/assets/vendor/libs/flatpickr/flatpickr.js' ]) @endsection @section('page-script') @vite([ 'resources/assets/js/hybrid-package-plan.js' ]) @endsection @section('content')

Add Hybrid Package

Fill in the details below to add a new transfer

@php $planTypes = ['Daywise' => 'Day Wise', 'Common' => 'Common']; $days = range(1, 10); $uniqueInclusions = [ 'Flight', 'Hotel', 'Meals', 'Guidance', 'Transfers', "5 Nights hotel accommodation (3 nights in Paris, 2 nights near Disneyland)", "Daily buffet breakfast", "Eiffel Tower entry ticket", "Disneyland 2-day pass", "Airport and intercity transfers", "Travel insurance", "5 Nights accommodation in 4-star hotels", "Swiss Rail pass for intercity travel", "Daily breakfast and welcome dinner", "Excursion to Jungfraujoch – Top of Europe", "Lucerne city tour with English-speaking guide", "All applicable taxes and service charges", "3 Nights hotel accommodation (2 in Baku, 1 in Gabala)", "Breakfast at the hotel", "Baku Old City guided tour", "Gabala cable car experience", "Private airport and intercity transfers", "All sightseeing entrance fees", "6 Nights in 4-star hotels across Italy and Switzerland", "Daily breakfast", "Rome, Florence, Venice, Lucerne guided tours", "Gondola ride in Venice", "Travel by high-speed train between cities", "All taxes and travel insurance", "3 Nights hotel stay in Yerevan", "Daily breakfast", "City tour of Yerevan", "Day trip to Lake Sevan and Dilijan", "Private transfers and entrance fees", "Local English-speaking guide", "4-Star Beachfront Resort", "Daily Breakfast & Dinner", "Airport Transfers", "Snorkeling Tour" ]; $inclusionsList = array_unique($uniqueInclusions); $uniqueExclusions = ['Personal Expenses', 'Tips', 'Insurance', 'Laundry', "Personal expenses such as tips and laundry", "Any visa or entry fees", "Lunches and dinners not mentioned", "Optional activities", "International airfare", "Meals not mentioned", "Travel insurance", "Entry fees for optional activities", "Lunches and dinners", "Personal expenses and tips", "Optional excursions", "International flights", "Visa charges", "Meals not mentioned", "Personal shopping", "Optional tours or experiences", "International airfare", "Lunches and dinners", "Personal expenses", "Tips and gratuities", "International Flights", "Travel Insurance", "Personal Expenses", "Visa fees", "Travel insurance", "Personal expenses", "Optional tours" ]; $exclusionsList = array_unique($uniqueExclusions); @endphp
@include('content.hybrid.package.alerts') @include('content.hybrid.package.stepper', ['currentStep' => 3,'packageId'=>$package->id])
@csrf
Plan Details
@endsection