@foreach($columns as $column) @endforeach @foreach($reports as $report) @foreach($columns as $key => $column) @endforeach @endforeach
Fecha@lang("reports.$column")
{{ $report->created_at->format('d/m/Y H:i')}} @if($kind == 'zip_interested' && $key == 2) {{$report->route->name}} @else {{$report->getAttribute($column)}} @endif