@forelse ($units as $item) @empty @endforelse
@lang('inventory::modules.unit.unitName') @lang('inventory::modules.unit.unitSymbol') @lang('app.action')
{{ $item->name }} {{ $item->symbol }} @if(user_can('Update Unit')) @lang('app.update') @endif @if(user_can('Delete Unit')) @endif
@lang('inventory::modules.unit.noUnitFound')
{{ $units->links() }}
{{ __("inventory::modules.unit.editUnit") }} @if ($unit) @livewire('inventory::units.edit-unit', ['unit' => $unit], key(str()->random(50))) @endif {{ __('app.close') }} @lang('inventory::modules.unit.deleteUnit')? @lang('inventory::modules.unit.deleteUnitMessage') {{ __('app.cancel') }} @if ($unit) {{ __('app.delete') }} @endif