{{ __('Payroll Settings') }}

{{ __('Payroll Settings') }} - {{ ucfirst($type) }}

{{ __('Add') }}
{{ __('Showing') }} {{ $items->count() }} {{ __('of') }} {{ $items->total() }}
@foreach($items as $it) @endforeach
{{ __('Name') }}{{ __('Actions') }}
{{ $it->name }} {{ __('Edit') }}
@csrf @method('DELETE')
{{ $items->links() }}