Visitor Page Views

{{--@include('includes.data_table_header')--}} {{--
{{ $panel }} Record list on table. Filter list using search box as your Wish.
--}} @if (isset($data['visitors_page']) && $data['visitors_page']->count() > 0) @php($i=1) @foreach($data['visitors_page'] as $row) @php($i++) @endforeach @else @endif
SN Date Visitors PageView Page Title
{{$i}} {{ $row['date'] }} {{ $row['visitors'] }} {{ $row['pageViews'] }} {{ $row['pageTitle'] }}
No data fount.