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

Statistics

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

Week

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