@foreach($this->table->header ?? [] as $value) @endforeach @foreach($this->table->rows ?? [] as $i => $cells) (str(head($cells))->startsWith('Total') || $loop->last) && ($this->filters['hasTotal'] ?? false), 'bg-info bg-dim text-white bold' => in_array(data_get($cells, 0), data_get($this->filters, 'highlight', [])), data_get($this->table->rowClass ?? [], $i) ])> @foreach($cells as $cell) @endforeach @endforeach
{{ $value }}
{{ $cell }}