count++; } public function decrement() { $this->count--; } public function render() { return view('livewire.counter') ->layout('layouts.app'); } }