@php $is_credit = 0; foreach ($order->payment as $item) { if($item->payment_method == "credit_line"){ $is_credit = 1; } } @endphp @if ($is_credit == 1) @endif @if (!isset($product_type)) {{-- --}} @else {{-- --}} @endif @forelse ($order_detail as $detail) @if (!isset($product_type)) @php $install_id = explode("@#@", $detail->install_id); $install_name = explode("@#@", $detail->install_name); $intall_price = explode("@#@", $detail->install_price); $warranty_id = explode("@#@", $detail->warranty_id); $warrany_name = explode("@#@", $detail->warranty_name); $warranty_price = explode("@#@", $detail->warranty_price); @endphp @if(count($install_id) > 0) @foreach($install_id as $key => $item) @endforeach @endif @if(count($warranty_id) > 0) @foreach($warranty_id as $key => $item) @endforeach @endif @if($detail->notes) @endif @else @endif @empty @endforelse @if (!isset($product_type)) @if($order->qty_haul > 0) @endif @endif
Item Name QtyBrandTotal
Item Name QtyBrandTotal

@if (!$without_model_number) {{ $detail->product_model." - ".$detail->product_name }} @else {{ $detail->product_name }} @endif

@if ($type == 'order')
@foreach ($detail->order_delivery as $delivery) @if ($delivery->delivery_status == 1)

Delivered On: {{ $delivery->delivery_date }}

Quantity: {{ $delivery->quantity }}

@elseif ($delivery->delivery_status != 1 && $delivery->delivery_date)

Estimated Delivery Date: {{ $delivery->delivery_date }}

Delivery Method: {{ $delivery->delivery_method_name }}

Quantity: {{ $delivery->quantity }}

@endif @endforeach
@endif
{{ $detail->quantity }} @if ($order->package_pricing) See Below @else ${{ number_format($detail->subtotal_price,2) }} {{-- ${{ number_format($detail->price,2) }} --}} @endif

{{ "Install - ".$install_name[$key]}}

{{ $detail->quantity }} {{"$".number_format($intall_price[$key],2)}}

{{ "Protection Plan - ".$warrany_name[$key]}}

{{ $detail->quantity }} {{ "$".number_format($warranty_price[$key],2)}}
Notes

{{$detail->notes}}

{{ $detail->delivery_method_name }} {{ $detail->product_model }} {{ $detail->product_brand }} {{ $detail->product_name }} {{ $detail->quantity }} {{ $detail->serial_number }}
No Data
Haul Away Old: {{ $order->qty_haul == 0 ? 'No':'Yes' }}
{{$order->qty_haul}}