'required|integer', 'utr_no' => 'required|max_length[100]', 'amount' => 'decimal' ]; protected $validationMessages = []; protected $skipValidation = false; }