{{--

Deliveries

--}} {{--
From Date {{$from}}
To Date {{$to}}
--}} @forelse ($data as $items) @php $notes = collect($items['delivery_notes']) ->filter(function($q){ return $q->from_note == 'DELIVERY NOTE'; })->map(function($q){ $q->note = str_replace(",",".",$q->note); return $q; })->values(); @endphp @forelse ($items['order_detail'] as $item) {{-- --}} {{-- --}} @empty @endforelse @empty @endforelse
Model Serial Number QtySold CustomerNumber ShipToCustomerName ShipToAddress ShipToCity ShipToState ShipToZip Invoice ScheDelivery OnHand onPO Avail Mfg BilltoCustomer BilltoCustomername SLMN
{{$item['product_model']}} {{$item['serial_number']}} {{$item['quantity']}} {{$items['ship_phone_number']}} {{str_replace(",",".",$items['ship_name'])}} {{$items['formatted_shipping_address']['number']}} {{$items['formatted_shipping_address']['street']}} {{$items['formatted_shipping_address']['city']}} {{$items['state']}} {{$items['formatted_shipping_address']['postal_code']}} {{$items['order_no']}} {{date("Y-m-d", strtotime($item['delivery_date']))}} {{str_replace(",",".",$item['productv2']['base_product']['brand']['name'])}} {{$items['bill_phone_number']}} {{str_replace(",",".",$items['bill_name'])}} {{str_replace(",",".",$items['sales_person']['fullname'])}}{{$items['install_name_list']}}{{$items['ship_name']}} {{$items['ship_phone_number']}} {{$items['ship_home_number']}} {{$item['productv2']['basic_description']}} {{$items['bill_email']}}
No Data