|string> */ public function rules(): array { return [ 'nama_tindakan' => 'required|string', 'harga' => 'required|string', ]; } }