@extends('frontend.layouts.app') @section('page-title', trans('app.statistics')) @section('page-heading', trans('app.statistics')) @section('breadcrumbs') @stop @section('content') @include('frontend.partials.messages')
@if (count($statistics)) @foreach ($statistics as $stat) @include('frontend.user.partials.stat_row') @endforeach @else @endif
Ico @lang('app.system') @lang('app.type') @lang('app.sum') @lang('app.date')
@lang('app.no_records_found')
{{ $statistics->links() }}
@stop