@extends('portal.agent.layouts.app') @section('content') {{-- --}} {{-- @foreach ($notifications as $notification)--}} {{-- --}} {{-- @endforeach--}}
img

{{$inspections->count()}}

TOTAL
INSPECTIONS
img

{{$inspections->where('status', 'in-progress')->count()}}

IN PROGRESS
INSPECTIONS
img

{{$inspections->where('status', 'completed')->count()}}

COMPLETED
INSPECTIONS
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
{{-- --}} {{-- --}} {{-- --}} @endsection