' . __('app.total') . ': ' . currency_format($row->total, $currencyId) . '
' . __('app.adjustment') . ': ' . $row->adjustment_amount . '
' . __('app.used') . ': ' . currency_format($row->creditAmountUsed(), $currencyId) . '
' . __('app.remaining') . ': ' . currency_format($row->creditAmountRemaining(), $currencyId) . '
';
})
->editColumn(
'issue_date',
function ($row) {
return $row->issue_date->timezone($this->company->timezone)->translatedFormat($this->company->date_format);
}
)
->editColumn('status', function ($row) {
if ($row->status == 'open') {
return '