test('hola', 'mundo'); return view('livewire.examples.table-with-relationships', [ 'table' => TableWithRelationships::class ]) ->extends('components.layouts.app') ->section('content'); } public function test(string ...$e) { array_push($this->kil, ...$e); dd($this->kil); } }