@foreach ($orders as $order)
| To : | {{$order->debitLedger->name}} {{$order->debitLedger->address}} |
No: {{ $order->order_code }} |
| {{Auth::user()->company_profile->phone}} Sman : {{$order?->insertUser?->name}} |
Area:{{$order->insertUser->staff ? $order->insertUser->staff->branch->name : ''}} | |
| S.NO | Particulars | Unit | Qty | Rate | Amount | Remarks |
|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{ $item->stockItem->name }} | {{ $item->unit->symbol }} | {{ $item->quantity }} | {{ number_format($item->price, 2) }} | {{ number_format($item->total, 2) }} | {{ $item->remarks }} |
|
Amount: {{ number_format($order->items->sum('total'), 2) }} Round Off: {{ $order->round_off }} ** TOTAL : {{ number_format($order->amount, 2) }} |
||||||
| Remarks: {{ $order->remarks }} | ||||||