cantidad++; } public function decrementar() { $this->cantidad--; } public function render() { return view('livewire.contador'); } }