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

{{ $pageTitle }}

@stop @section('content') @include('advancedsearch.analytics.tabs') @include('advancedsearch.analytics.selectfilter') @if($countries->count())
@foreach($countries as $row) @endforeach
Country # of Searches
{{$row->country}} {{$row->count}}
@else

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

@endif @stop @section('js') @append