TextInput::make('fuel_month_from')
->requiredIf('fuel_consumption_type', 'monthly')
->reactive()
>label(__('app.resources.work_points.from'))
->type('month')
->visible(fn (Get $get) => $get('fuel_consumption_type') === 'monthly'),
TextInput::make('fuel_month_from')
->requiredIf('fuel_consumption_type', 'monthly')
->reactive()
>label(__('app.resources.work_points.from'))
->type('month')
->visible(fn (Get $get) => $get('fuel_consumption_type') === 'monthly'),