@extends('admin.layouts.main') @section('content')

Daily Download Details

{{$page}}


@foreach($messageArr as $message) @if(session()->has($message))
{{ session()->get($message) }}
@endif @endforeach @if(count($downloadList) > 0) @foreach($downloadList as $row) @endforeach @else @endif
No Category Ip Country State City Latitude longitude
{{ ++$i }} {{ Helper::checkCategory($row->c_id) }} {{ $row->request_ip }} {{ $row->city }} {{ $row->region }} {{ $row->country }} {{ $row->latitude }} {{ $row->longitude }}
No data found
@stop @section('footer_script') {{ Html::script('admin_theme/js/category.js') }} @stop