channels = $videoController->getVideos()['data']; $this->view = $videoController->getVideos()['view']; } public function render() { return view('livewire.watch-tv'); } }