@extends('backend.layouts.app') @section('page-title', trans('app.statistics')) @section('page-heading', trans('app.statistics')) @section('breadcrumbs') @stop @section('content') @include('backend.partials.messages')

@if (count($statistics)) @foreach ($statistics as $stat) @include('backend.user.partials.stat_row') @endforeach @else @endif
Ico @lang('app.system') @lang('app.type') @lang('app.sum') @lang('app.user') @lang('app.date')
@lang('app.no_records_found')
{{ $statistics->appends(Request::except('page'))->links() }}
@stop @section('scripts') @stop