| Draft Order No | Product | Unit | Quantity | Unit Price | Total |
|---|---|---|---|---|---|
| {{ $line->draftOrder->invoice_number }} | {{ $line->product->name }} | {{ $line->unit }} | {{ number_format($line->qty, 2) }} | {{ number_format($line->unit_price, 2) }} | {{ number_format($line->line_total, 2) }} |
| Product | Unit | Quantity |
|---|---|---|
| {{ $line->product->name }} | {{ $line->unit }} | {{ number_format($line->quantity, 2) }} |
| Name | Amount |
|---|---|
| {{ $income->name }} | {{ number_format($income->amount, 2) }} |
| Total Income | {{ number_format($transport->total_income, 2) }} |
| Name | Amount |
|---|---|
| {{ $cost->name }} | {{ number_format($cost->amount, 2) }} |
| Total Expense | {{ number_format($transport->total_expense, 2) }} |
| Net Profit | {{ number_format($transport->net_profit, 2) }} |