| @lang('cashregister::app.name') @if($sortBy === 'name') @if($sortDirection === 'asc') @else @endif @endif | @lang('cashregister::app.value') @if($sortBy === 'value') @if($sortDirection === 'asc') @else @endif @endif | @lang('cashregister::app.type') @if($sortBy === 'type') @if($sortDirection === 'asc') @else @endif @endif | @lang('cashregister::app.status') @if($sortBy === 'is_active') @if($sortDirection === 'asc') @else @endif @endif | @lang('cashregister::app.actions') | |
|---|---|---|---|---|---|
|
{{ $denomination->name }}
@if($denomination->description)
{{ Str::limit($denomination->description, 50) }}
@endif
|
{{ $denomination->formatted_value }}
|
{{ $denomination->type_label }} |
|
||
@lang('cashregister::app.noDenominationsFound') |
|||||
@lang('cashregister::app.confirmDeleteDenomination')
@lang('cashregister::app.confirmBulkDeleteDenominations', ['count' => count($selectedDenominations)])