@foreach($row['columns'] as $col)
@if(isset($col['header']))

{!! __($col['header']['title']) !!}

@endif
@endforeach