@extends('layouts.web_app') @section('head') @endsection @section('content')
@include('customer.loggedinheader') @include('customer.headerwithsearch')

Assign

Name Phone No Relation Pickupdate Pickuptime
{$a_details.name $} {$a_details.phone $} {$a_details.relation $} {$a_details.pickup_date $} {$a_details.pickup_time_formatted $}
Timing:{$orderslot.time_slot.open_time_formatted$} - {$orderslot.time_slot.close_time_formatted$}
# Product Name Quantity Price total
{$ $index+1$} {$ element.product.product_name $} {$ element.product_price.quantity $} {$ element.product_quantity.display_name $} {$element.quantity$} ${$element.selling_amount$} ${$element.total_amount $}
Total Items : {$ readyorder.length$}
Grand Total : ${$ total$}
@include('customer.footer') @endsection @section('js') @endsection