increment('view_count'); $this->news = $news->load('category'); } public function render() { return view('livewire.patient.news.news-detail') ->layout('layouts.app'); // Sesuaikan dengan layout Anda } }