| {{ trans('invoice.project') }} | {{ App\Entities\Projects\Project::findOrFail($draft->projectId)->name }} |
| {{ trans('invoice.total') }} | {{ formatRp($draft->getTotal()) }} |
|---|---|
| {{ trans('invoice.notes') }} | {{ $draft->notes }} |
| {{ trans('app.table_no') }} | {{ trans('invoice.item_description') }} | {{ trans('invoice.item_amount') }} |
|---|---|---|
| {{ $key + 1 }} | {!! nl2br($item->description) !!} | {{ formatRp($item->amount) }} |
| {{ trans('invoice.total') }} : | {{ formatRp($draft->getTotal()) }} | |