Hello {{ $details['client_name'] }}

Welcome to {{ $details['company_name'] }}. Your booking has been confirmed successfully.
Here is your confirmation code:
{{ $details['booking']->code }}

@php $total_sell = 0; @endphp @if(count($details['booking']->hotel) > 0) @foreach ($details['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($details['booking']->transportation) > 0) @foreach ($details['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($details['booking']->visa) > 0) @foreach ($details['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($details['booking']->trip) > 0) @foreach ($details['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($details['booking']->airline) > 0) @foreach ($details['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($details['booking']->package) > 0) @foreach ($details['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 | {{ $details['company_name'] }}