Order Details
{{ @$order_details->order->start_date }}
CUSTOM
Rs : {{@$order_products->sum(function($product){ return @$product->unit_price * @$product->quantity - @$product->quantity * @$product->discount; })}}
{{ @ucfirst(@$order_details->order->payment_mode) }}Dimention: {{ @$order_details->package_length . 'X' . @$order_details->package_width . 'X' . @$order_details->package_height }}
@php $volWeight = ((float) @$order_details['package_width'] * (float) @$order_details['package_length'] * (float) @$order_details['package_height']) / 4500; $ordersWeight = @$volWeight; $weight = (float) @$order_details['package_weight']; if ($volWeight > $weight) { $ordersWeight = @$volWeight; } else { $ordersWeight = @$weight; } @endphpVolumetric Weight : {{ number_format(@$volWeight,3) }}
Declared Weight : {{ number_format(@$weight,3) }}
Chargable Weight : {{ $chargable_weight }}
Courier : {{ @$order_details->lsp_name }}
Courier Rule Applied
AWB : {{ @$order_details->docket_no }}
Customer Details
{{ @$buyers->first_name }}
{{ @$buyers->email }}
{{ @$buyers->mobile_number }}
{{ @$order_details->order->toAddress->address }}
{{ @$order_details->order->toAddress->temp_address }}
{{ @$order_details->order->toAddress->pincode }}
{{ @$order_details->order->toAddress->district->name }}
{{ @$order_details->order->toAddress->state->name }}
{{ @$order_details->order->toAddress->country->name }}
Product Details
| Product | Category | HSN | SKU | Channel | Quantity | Unit Price (₹) | Discount (₹) | Tax (₹) | Total (₹) | Status |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ @$product->name }} | {{ @$product->category_id }} | {{ @$product->hsn }} | {{ @$product->sku }} | {{ @$product->order->channel }} | {{ @$product->quantity }} | {{ @$product->unit_price }} | {{ @$product->discount }} | {{ @$product->tax_rate }} | {{ $amount }} | {{ @$product->product_status }} |
| Order Amount : | {{ $total_amount }} | |||||||||
Order Details
Shipping Details