|string> */ public function rules(): array { return [ 'azmayesh_id' => 'required|exists:azmayeshes,id', 'data' => 'required', ]; } }