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

{{ $pageTitle }}

@stop @section('content') @include('advancedsearch.analytics.tabs') @include('advancedsearch.analytics.selectfilter') @if($devices->count())
@foreach($devices as $device) @endforeach
Top Devices ({{$devices->count()}})
Device # of Searches
{{$device->device_type}} {{$device->count}}
@else

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

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