@extends('layouts.account') @section('breadcrumb') @endsection @section('content')

Statistics

@include('admin.statistics.parts.legend')

Month

@foreach ($month as $key => $day)
@include('admin.statistics.parts.columns', ['slice' => $day, 'max' => $max_month])
@endforeach
@endsection