merge($this->stripCurrencyDot($this->all(), 'amount')); } public function rules(): array { return [ 'amount' => ['required', 'integer', 'min:1'], ]; } public function attributes(): array { return [ 'amount' => 'jumlah bayar', ]; } }