'tableTitleDispatched']; public function tableTitleDispatched($title) { $this->title = $title; } public function render() { return view('livewire.table-title'); } }