@php $columns = $data->flatMap(function ($row) { return array_keys($row->toArray()); })->unique()->toArray(); @endphp