...

SALE ORDER


Company Name# {{!empty($sale->customer) ? $sale->customer->company_name : 'WalkIn Customer'}}
Date# {{ \Carbon\Carbon::parse($sale->created_at)->format('d/m/Y')}}


SO Number {{$sale->serial}} Customer {{!empty($sale->customer) ? $sale->customer->name : 'WalkIn Customer'}}
Deliver To - Due Date -
Payment Type -
Product Details
@foreach($sale->orders as $orderItems) @endforeach
Product Image Product Name Quantity Rate Total Amount
{{$orderItems->product->name}} {{$orderItems->quantity}} Rs.{{$orderItems->purchase_price}} Rs.{{$orderItems->total_amount}}
Total Amount:Rs.{{$sale->total_amount}}
Signature: