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