@extends('layouts.app') @section('content')
@foreach($statistic as $worker=>$stat) @endforeach
{{__("Statistic")}}
{{__("Worker")}} {{__("Total")}} {{__("Report confirmed")}} {{__("Total")}} {{__("Report not confirmed")}}
{{$worker}} {{$stat['totalPolished']}} {{$stat['totalUnpolished']}}
@endsection