Top Referals

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