@extends('layouts.app') @section('bread-crumb')

Reports

@endsection @section('content')
Total Encoded Patients {{$p_total}}
Total Created Referrals {{$ref_total}}
Total Created Referrals by LGU {{$lgu_total}}
Total Created Referrals by Hospital {{$hosps_total}}
@foreach ($hosp as $item => $value) @endforeach
HOSPITAL [{{count($hosp)}}] TOTAL REFERRALS
{{$item}} {{$value}}
@foreach ($lgu as $item => $value) @endforeach
LGU [{{count($lgu)}}] TOTAL REFERRALS
{{$item}} {{$value}}
@endsection @section('script') @endsection