{{ session('error') }}
{{ session('sucess') }}
| Description | Amount | |
|---|---|---|
| {{ $invoicedetail->description }} |
₦{{ number_format($invoicedetail->amount) }} |
Delete |
|
Total |
₦{{ number_format($invoice->invoicedetails->sum('amount')) }} |