@if ($notFoundPages->isEmpty()) @else {{ __('Page') }} {{ __('Method') }} {{ __('Count') }} @foreach ($notFoundPages as $key => $page) {{ $page->uri }} {{ (int) $page->count }} @endforeach @endif