@extends('layout.layout') @section('reporting','active') @section('content')

Scan Summary

Total Walls

{{ $wall_count }}

Scanned

{{ $wall_scanned }} / {{ $wall_count }}

Pending

{{ $wall_pending }} / {{ $wall_count }}

{{ number_format($progress, 1) }}% Complete @if($scanned_walls->isEmpty()) @elseif($progress == 100 && !$submitted_date) @if($role == 2) @else @endif @elseif($progress == 100 && $submitted_date) @else @endif
@forelse ($scanned_walls as $wall)
{{ $wall->wall_serial }}
{{ $wall->wall_meter }}m
Scanned
{{ $wall->wall_description}}
@empty

No walls have been scanned yet

@endforelse
@endsection @section('javascript') @endsection