{{ $package['package_cities'] }}
@if(!empty($itinerary['intermediate']->image_path) && file_exists(public_path('storage/resize/' . $itinerary['intermediate']->image_path)))
|
|
@if($itinerary['start_location_id'] != $itinerary['end_location_id'])
@if(isset($itinerary['intermediate']) && !is_null($itinerary['intermediate']?->name) && $itinerary['intermediate']?->name !== '')
Day {{ $itinerary['day'] }} | {{ $itinerary['start_location']?->name }} - {{ $itinerary['end_location']?->name }} via {{ $itinerary['intermediate']?->name }}@elseDay {{ $itinerary['day'] }} | {{ $itinerary['start_location']?->name }} - {{ $itinerary['end_location']?->name }}@endif @else @if(isset($itinerary['intermediate']) && !is_null($itinerary['intermediate']?->name) && $itinerary['intermediate']?->name !== '')Day {{ $itinerary['day'] }} | {{ $itinerary['intermediate']?->name }} SIGHTSEEING@elseDay {{ $itinerary['day'] }} | {{ $itinerary['start_location']?->name }} SIGHTSEEING@endif @endif @if($package['pickup']==1 && $itinerary['day']==1){{ $package['pickup_location']['name'] ?? '' }} Pick-up @endif @if($package['drop']==1 && $itinerary['day']== $package['days']){{ $package['drop_location']['name'] ?? '' }} Drop-off @endif @if($itinerary['overnight_travelling']==0) @endif |
|
Meals@if(!empty($itinerary['hotels'])){{ $itinerary['hotels']->roompricemealtype->hotelSetting->settings_description ?? ''}} @endif @if(count($itinerary['attractions'])>0)Attractions@endif |
Transportation@if($package['roundtrip']){{ implode(', ', $package['roundConveyence']->pluck('conveyanceType.name')->toArray()) }} @else{{ implode(', ', $itinerary['conveyances']->pluck('conveyanceType.name')->toArray()) }} @endif @if($itinerary['overnight_travelling']==0)Accommodation@endif |
@php $hasAttractionsOrActivities = false;
@endphp
@foreach($itinerary['attractions'] as $attraction)
@if($attraction['type'] == 'activity')
@if(!empty($attraction['activity']->image_path))
@php $hasAttractionsOrActivities = true;
@endphp
@if(!empty($attraction['activity']->image_path) && file_exists(public_path('storage/resize/' .$attraction['activity']->image_path)))
@endif
@elseif($attraction['type'] == 'attraction')
@php $hasAttractionsOrActivities = true; @endphp
![]() {{ $attraction['activity']?->name }}
@if(!empty($attraction['attraction']->image_path) && file_exists(public_path('storage/resize/' . $attraction['attraction']->image_path)))
@else @endif
@endforeach
@if(!$hasAttractionsOrActivities)
![]() {{ $attraction['attraction']?->name }} DAY AT LEISURE @endif |
@if($itinerary['overnight_travelling']==0)
@if(!empty($itinerary['hotels']))
@php
$hname[]=$itinerary['hotels'];
$hotelName = '';
if($itinerary['hotels']->hotel?->alternate_name && $itinerary['hotels']->hotel?->masking) {
$hotelName = $itinerary['hotels']->hotel?->alternate_name;
} else {
$hotelName = $itinerary['hotels']->hotel?->name;
}
@endphp
@if(!empty($itinerary['hotels']->hotel->mainImage->image_path) && file_exists(public_path('storage/resize/' .$itinerary['hotels']->hotel->mainImage->image_path)))
![]() {!! nl2br(e(wordwrap($hotelName, 27))) !!} {{ $itinerary['hotellocation'] }} @if(!empty($itinerary['hotels'])){{ optional($itinerary['hotels']->hotel->starRatings)->settings_value }} @endif @php $roomPrice = $itinerary['hotels']->actual_price * $itinerary['hotels']->room_count; @endphpTotal Rooms : {{ $itinerary['hotels']->room_count ?? '0' }} Room : {{ optional($itinerary['hotels']->room)->name ?? '' }} @endif @elseNo Accomodation @endif |
@endif
{{ $itinerary['description'] }} |
|
@if($itinerary['overnight_travelling']==0)
Overnight Stay in {{$itinerary['end_location']?->name}}@elseOvernight Travelling to {{$itinerary['end_location']?->name}}@endif |
ENQUIRY DETAILS | ||||||
TOUR NAME | : | {{ $package['name'] ?? '' }} | ENQUIRY DATE | : | {{ $package['enquiry_create_date'] ?? ''}} | |
TRAVEL DATE | : | {{ $package['enquiry_date'] ?? '' }} | TOUR CODE | : | TC- {{$package['id'] ?? ''}} | |
GUEST NAME | : | {{ $package['customer_name'] ?? ''}} | BOOKING CODE | : | TPM-{{$package['cutomerpackage'] ?? ''}} | |
NATIONALITY | : | {{ $package['customer_nationality'] ?? ''}} | CONTACT | : | {{ $package['customer_mobile'] ?? ''}} |
NO: | RESORT NAME | CHECK-IN | CHECK-OUT | NO: OF ROOM | NO: OF PAX | MEAL PLAN | BOOKING ID |
---|---|---|---|---|---|---|---|
{{$key+1}} | {{$hotelDetails->hotel->name ?? ''}} | {{$enqstartdate ?? ''}} | {{ $enqenddate ?? '' }} | {{$hotelDetails->room_count}} {{$hotelDetails->room?->name ?? ''}} @if(!empty($hotelDetails->extra_bed)) EA :{{ $hotelDetails->extra_bed ?? ''}} @endif @if(!empty($hotelDetails->kids_with_bed)) CWB :{{ $hotelDetails->kids_with_bed ?? ''}} @endif @if(!empty($hotelDetails->kids_with_out_bed)) CNB :{{ $hotelDetails->kids_with_out_bed ?? ''}} @endif |
@if(!empty($package['adults'])) {{$package['adults'] ?? ''}} ADULTS @endif @if(!empty($package['kids'])) {{$package['kids'] ?? ''}} KIDS @endif @if(!empty($package['infant'])) {{$package['infant'] ?? ''}} Infants @endif | {{$hotelDetails->roompricemealtype?->hotelSetting?->settings_description ?? '' }} | SPJ-{{ $hotelDetails->itinerary->id ?? '' }} |
TOTAL MEMBERS
ADULT: {{ $package['adults'] ?? '0' }} KIDS: {{ $package['kids'] ?? '0' }} @if($package['infant'] > 0)INFANTS: {{ $package['infant'] ?? '0' }} @endif |
PACKAGE VALIDITY
{{ $package['validity'] }} |
@if(isset($pdf_type) && $pdf_type == 'b2b')
@else
@if($package['show_split_cost']==0)
COST PER PERSON
@if ($package['per_person_cost'] > 0)
@elseif($package['show_split_cost']==1)
PER ADULT : {{ $package['selling_currency'] }} {{ number_format(($package['per_person_cost'] ?? 0) + ($package['per_person_markup'] ?? 0), 0) }} @endif @if ($package['per_child_cost'] > 0)PER CHILD (WITH BED) : {{ $package['selling_currency'] }} {{ number_format(($package['per_child_cost'] ?? 0) + ($package['per_child_markup'] ?? 0), 0) }} @endif @if ($package['per_child_cost_bed'] > 0)PER CHILD (WITHOUT BED) : {{ $package['selling_currency'] }} {{ number_format(($package['per_child_cost_bed'] ?? 0) + ($package['per_child_bed_markup'] ?? 0), 0) }} @endif @if ($package['air_infant'] > 0)AIR INFANT : {{ $package['selling_currency'] }} {{number_format($package['air_infant'], 0)}} @endif
TOTAL COST
@if ($package['grandtotal'] > 0)
@endif
@endif
GRAND TOTAL : {{ $package['selling_currency'] }} {{ number_format($package['grandtotal'], 0) }} @endif |
{{ $item['data'] }}
@elseif ($item['type'] === 'bullet') @if(isset($item['data'])){{ $item['data'] }}
@endif @endforeach
Travel Itinerary |
@foreach ($package['air_itinerary'] as $image)
@if (strpos($image, 'data:image') === 0)
|
Activity |
||||||
@if(!empty($activities->activity?->image_path) && file_exists(public_path('storage/resize/' . $activities->activity?->image_path)))
![]() |
@if($activities->addons==0)
![]() |
{{ $activities->activity?->name }} WHAT WE OFFER @if($activities->activity?->what_we_provide!='')@php $whatWeProvideList = explode("\n", $activities->activity?->what_we_provide); @endphp @foreach ($whatWeProvideList as $item) Addons Price : {{ $package['currency'] }} {{ $activities->actual_price}} @endif |
@if($activities->activity?->instructions!='')
INSTRUCTIONS @php $instructionsList = explode("\n", $activities->activity?->instructions); @endphp @foreach ($instructionsList as $item) |
@endif
{{ $item['data'] }}
@elseif ($item['type'] === 'bullet') @if(isset($item['data'])){{ $item['data'] }}
@endif @endforeach{{ $item['data'] }}
@elseif ($item['type'] === 'bullet') @if(isset($item['data'])){{ $item['data'] }}
@endif @endforeachTOUR ITINERARY PREPARED BY: {{ ($package['b2bname'] != '') ? $package['b2bname'] : ((isset($package['enqpackage']->cse->name)) ? $package['enqpackage']->cse->name : ($package['tour']->name ?? '') )}} |
CONTACT: {{ ($package['b2bmobile'] != '') ? $package['b2bmobile'] : ((isset($package['enqpackage']->cse->mobile)) ? $package['enqpackage']->cse->mobile : ($package['tour']->mobile ?? '')) }} |
QATAYWORLD PVT LTD |
CONTACT: {{ ($package['b2bmobile'] != '') ? $package['b2bmobile'] : ((isset($package['enqpackage']->cse->mobile)) ? $package['enqpackage']->cse->mobile : ($package['tour']->mobile ?? '')) }} |
TRIPIFYME BY QATAYWORLD PVT LTD |
KERALA | KARNATAKA | GOA | MALDIVES | UAE | THAILAND |