{!! Form::open(['route' => ['admin.invoices.invoice-items.store', [$invoice, 'type' => 'retentions']], 'method' => 'POST']) !!}
| {!! Form::checkbox('checkAll', 1, 0, ['class' => 'form-check-input retention-check-all']) !!} | Invoice | Retention Amount |
|---|---|---|
| {!! Form::checkbox('retentions[]', $invoice->id, 0, ['class' => 'form-check-input retention-item']) !!} | {{$invoice->invoice_number}} | @cMoney(-$invoice->retention_amount, $invoice->currency, true) |