@extends('common.dashboard') @section('title','Visitor Reports') @section('content')

Google Analytics reports

@foreach($statistics as $key=>$row)

Report on: {{date('F m, Y',strtotime($row->document_date))}}, Visitor Number: {{$row->visitor_num}}

@endforeach
@endsection