@extends('layouts.main') @section('main-container')

Measurement Summary Report

{{-- Filter Form --}}
{{-- Summary Card --}}
Overall Measurement Summary
Total Entries:
{{ $summary->total_entries ?? 0 }}
Avg. BS:
{{ number_format($summary->avg_bs, 2) ?? '0.00' }}
Avg. HI:
{{ number_format($summary->avg_hi, 2) ?? '0.00' }}
{{-- Chart Card --}}
Entries by Project Type Total: {{ $byProject->sum('total') }}
@endsection @section('scripts') @endsection