@foreach ($columns as $column) @endforeach @foreach ($data as $item) @foreach ($columns as $column) @endforeach @endforeach
{{ ucfirst($column) }} @if ($sortBy === $column) @if ($sortDirection === 'asc') ↑ @else ↓ @endif @endif Actions
{{ $item->$column }}