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

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

{{ $errors->first('name') }}
type) == 'recurring' ? 'checked' : '' }}>
type) == 'fixed' ? 'checked' : '' }}>
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
{{ $errors->first('description') }}