Hello Shady Hesham

Welcome to companuy namy Your booking has been confirmed successfully
Here is your confirmation code:
Soqkxnq2

@php $total_sell = 0; @endphp @if(count($booking->hotel) > 0) @foreach ($booking->hotel as $item) @if($item->invoice_item) @php $total_sell += $item->invoice_item->subtotal; $selling_price = $item->invoice_item->subtotal; @endphp @endif @endforeach @endif {{-- transporation booking --}} @if(count($booking->transportation) > 0) @foreach ($booking->transportation as $item) @if($item->invoice_item) @php $total_sell += $item->invoice_item->subtotal; $selling_price = $item->invoice_item->subtotal; @endphp @endif @endforeach @endif {{-- visa booking --}} @if(count($booking->visa) > 0) @foreach ($booking->visa as $item) @if($item->invoice_item) @php $total_sell += $item->invoice_item->subtotal; $selling_price = $item->invoice_item->subtotal; @endphp @endif @endforeach @endif {{-- trip booking --}} @if(count($booking->trip) > 0) @foreach ($booking->trip as $item) @if($item->invoice_item) @php $total_sell += $item->invoice_item->subtotal; $selling_price = $item->invoice_item->subtotal; @endphp @endif @endforeach @endif {{-- airline booking --}} @if(count($booking->airline) > 0) @foreach ($booking->airline as $item) @if($item->invoice_item) @php $total_sell += $item->invoice_item->subtotal; $selling_price = $item->invoice_item->subtotal; @endphp @endif @endforeach @endif {{-- package booking --}} @if(count($booking->package) > 0) @foreach ($booking->package as $item) @if($item->invoice_item) @php $total_sell += $item->invoice_item->subtotal; $selling_price = $item->invoice_item->subtotal; @endphp @endif @endforeach @endif

Copyright © 2023 Tripo TUR v1.6 | Tripo