@foreach($records as $row) @for($i = 65; $i <= 87; $i++) @php($col = 'col_'.chr($i)) @endfor @endforeach
{{ $row[$col] }}