@extends('layouts.app') @section('content')

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

{{__("to")}}

{{__("RUNE")}}

{{$monter}}

@foreach($statisticOptika as $status=>$quantity) @endforeach
{{$status}} {{$quantity}}
@endsection