{{ __('Units') }}

Show
entries
Search:
@forelse ($units as $unit) @empty @endforelse
{{ __('No.') }} {{ __('Name') }} @include('inclues._sort-icon', ['field' => 'name']) {{ __('Slug') }} @include('inclues._sort-icon', ['field' => 'slug']) {{ __('Short Code') }} @include('inclues._sort-icon', ['field' => 'short_code']) {{ __('Action') }}
{{ ($units->currentPage() - 1) * $units->perPage() + $loop->iteration }} {{ $unit->name }} {{ $unit->slug }} {{ $unit->short_code }}
No results found