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

{{__("Mark statistic")}}

{{__("to")}}
@if(!$statistic->isEmpty())

{{__("Fitter average mark")}}:

@foreach($statistic as $stat) @endforeach
{{__("Fitter")}}: {{__("Facility entrance")}}: {{__("Internal cabling")}}: {{__("Signal level")}}: {{__("Coupling condition")}}: {{__("Fitter behavior")}}: {{__("Customer satisfaction")}}: {{__("Final mark")}}:
{{$stat->user}} {{round($stat->facility_enterance, 2)}} {{round($stat->internal_cabling, 2)}} {{round($stat->signal_level, 2)}} {{round($stat->coupling_condition, 2)}} {{round($stat->behavior, 2)}} {{round($stat->customer_satisfaction, 2)}} {{round($stat->final_mark, 2)}}
@endif @endsection