Attractions

@if(!is_null($itenary->additional_attractions) && $itenary->additional_attractions->isNotEmpty()) Item Type Price/person Actual Price/Person Addons @foreach($itenary->additional_attractions as $attraction) @php $selectedAttraction = $itenary->attractions->first(function ($attrs) use ($attraction) { return $attrs->att_act_id == $attraction->id && $attrs->type == $attraction->type; }); $selectedAddons = $itenary->attractions->first(function ($attrs) use ($attraction) { return $attrs->addons === '1' && $attrs->type === $attraction->type; }); $actualAtPrice = $selectedAttraction ? $selectedAttraction->actual_price : $attraction->adults_fee; $addOns = $selectedAttraction ? $selectedAttraction->addons : ''; $packAttrId = $selectedAttraction ? $selectedAttraction->id : ''; @endphp holiday_class == null && $selectedAttraction) checked @endif> @if($attraction->image_path) {{ $attraction->name }} @endif {{ $attraction->name }} {{ $attraction->type }} {{ @$attraction->currency}} {{$attraction->adults_fee }} @endforeach @else

No attractions available.

@endif
@if(!$itenary->overnight_travelling)

Hotels

@include('Packages.partials.hotel-filters', ['itenary' => $itenary, 'key' => $key]) @include('Packages.partials.hotellisting', ['itenary' => $itenary,'filteredHotels' => $itenary->additional_hotels, 'key' => $key])
@endif @php if($routing->round_trip == 0){ @endphp @include('Packages.partials.itenerary-conveyance', ['itenary' => $itenary, 'key' => $key]) @php } @endphp