@extends('adminlte::page') @section('title', $pageTitle) @section('content_header')

{{ $pageTitle }}

@stop @section('content') @include('advancedsearch.analytics.tabs') @include('advancedsearch.analytics.selectfilter') @if($searches->count()) @foreach($searches as $search) @endforeach
Top Searches ({{$searches->count()}})
Search Term # of Searches # of Clicks Clicks to query ratio
{{$search->search}} {{$search->count}} {{$search->clicks->count()}} {{number_format($search->clicks->count()/$search->count,2)}}
@else

Sorry, you do not have any matching analytics from that time frame.

@endif @stop