@extends('layouts.app') @section('content')
線上人數

{{$realtime}}

搜尋總數

{{$totalTracking}}

口碑搜尋排行榜
@for ($x = 0; $x < count($ranktop100searches); $x++) @endfor
關鍵字 被搜尋次數
關鍵字 被搜尋次數
{{ $ranktop100searches[$x]->Keyword }} {{ $ranktop100searches[$x]->total }}
口碑搜尋字詞紀錄
@for ($x = 0; $x < count($top100searches); $x++) @endfor
IP 關鍵字 來自頁面 時間
IP 關鍵字 來自頁面 時間
{{ $top100searches[$x]->IP }} {{ $top100searches[$x]->Keyword }} {{ $top100searches[$x]->FromPage }} {{ $top100searches[$x]->created_at }}
@endsection @section("footer") @endsection