@endif
| {{ $product->getProduct->name_eng ?? "" }} |
{{ $product->quantity }} |
@if($loop->first)
@php
$order_invoice = $checkin->pluck('getAllDates')->flatten()->where('order_invoice_id', '!=', null)->first();
@endphp
@if ($order_invoice)
{{ $order_invoice->getOrderInvoice->order_no ?? "" }}
@else
@if($checkin->first()->getBooking->checkin_code)
@else
{{ __('obs.please_checkin') }}
@endif
@endif
|
@endif
@endforeach
@endforeach