| # | Deskripsi | Biaya | |||
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->description }} | {{ formatRp($item->amount) }} | |||
| {{ trans('invoice.total') }} : | {{ formatRp($draft->getTotal()) }} | ||||
| {{ trans('invoice.project') }} | {{ App\Entities\Projects\Project::findOrFail($draft->projectId)->name }} |
| {{ trans('invoice.total') }} | {{ formatRp($draft->getTotal()) }} |
|---|---|
| {{ trans('invoice.notes') }} | {{ $draft->notes }} |