@extends('layouts.app') @section('content')
{{----}}

{{__('Statistic range')}} ({{$from.' - '.$to}})

{{__("to")}}
@foreach($statistic as $cli=>$stat) @endforeach
@endsection