Latest Orders More than 100 new orders

@foreach($tableRows as $tableRows)
@foreach($tableRows as $row) @endforeach
{!! theme()->getSvgIcon($row['icon']['file'], "svg-icon-2x svg-icon-" . $row['icon']['color']); !!}
{{ $row['info']['title'] }} {{ $row['info']['description'] }} Ordered {{ $row['date'] }} {{ $row['badge']['label'] }}
@endforeach