{{ __('deduction_categories.title_index') }}

{{ __('deduction_categories.all') }}

{{-- @can('create', 'App\Models\DeductionCategory') --}} {{ __('deduction_categories.create') }} {{-- @endcan --}}
@foreach ($deductionCategories as $deductionCategory) @endforeach
{{ __('deduction_categories.th_name') }} {{ __('deduction_categories.th_description') }} {{ __('deduction_categories.th_is_flat') }} {{ __('deduction_categories.th_actions') }}
{{ $deductionCategory->name }} {{ $deductionCategory->description }} {{ $deductionCategory->is_flat }} {{-- @can('update', $deductionCategory) --}}
{{-- @endcan --}} {{-- @can('delete', $deductionCategory) --}} {{-- @endcan --}}