@forelse($invoices as $inv) @empty @endforelse
{!! Form::checkbox('checkAll', 1, 0, ['class' => 'form-check-input phase-check-all']) !!} Invoice Total Amount Status
{!! Form::checkbox('invoice_ids[]', $inv->uuid, 0, ['class' => 'form-check-input phase-item']) !!} {{ $inv->invoice_number }} @cMoney($inv->total, $invoice->currency, true) {{ $inv->status }}
No mergeable invoices found.