harim->province_id == auth()->user()->province_id && $this->harim->state_id == HarimStates::BARESI_RAHE_DASTRASI_APLODE_SHODE_TAVASOTE_MOAVEN->value; } /** * Get the validation rules that apply to the request. * * @return array */ public function rules(): array { return [ 'expert_description' => 'required|string', ]; } }