{{ isset($deductionCategory->id) ? __('deduction_categories.title_edit') : __('deduction_categories.title_create') }}
@csrf @isset($deductionCategory->id) @method('PUT') @endisset

{{ isset($deductionCategory->id) ? __('deduction_categories.title_edit') : __('deduction_categories.title_create') }}

{{ $errors->first('name') }}
{{ $errors->first('description') }}
is_flat) == '0' ? 'checked' : '' }}>
is_flat) == '1' ? 'checked' : '' }}>
@if ($errors->has('is_flat'))
{{ $errors->first('is_flat') }}
@endif