records[] = array('name' => 'Singoli', 'type' => 'standard'); $this->records[] = array('name' => 'Personalizzati', 'type' => 'custom'); return view('livewire.course_member_one'); } }