@extends('layouts.app-general') @section('content')
| # | COURIER | VISITAS |
|---|---|---|
| 1 | {{ $most_couriers_visit->name }} | {{ $most_couriers_visit->visits }} |
| # | TIENDA | VISITAS |
|---|---|---|
| 1 | {{ $most_store_visit->name }} | {{ $most_store_visit->visits }} |
| # | ENTRADA | VISITAS |
|---|---|---|
| 1 | {{ $most_blog_entry_visit->title }} | {{ $most_blog_entry_visit->visits }} |
| # | ARTICULO | NUMERO DE BUSQUEDAS |
|---|---|---|
| 1 | {{ $most_article_searched->item_name }} | {{ $most_article_searched->number_of_times_searched }} |