|
|
|
|
@ -402,7 +402,7 @@ class CommonExport implements FromCollection, WithStyles, WithColumnWidths, With
|
|
|
|
|
$moreFileds = array_column($this->data[0]['data'], 'field');
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
dd($moreFileds);
|
|
|
|
|
dd($moreHeader,$moreFileds);
|
|
|
|
|
$newList[] = $header;
|
|
|
|
|
|
|
|
|
|
foreach ($this->data as $info) {
|
|
|
|
|
|