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

Milk Collection Center (MCC)

{{-- --}}
{{ isset($milkCollectionCenter->user->profile_pic) ? $milkCollectionCenter->user->profile_pic : '' }} {{-- --}}

{{ @$milkCollectionCenter->name }}

+256 {{ @$milkCollectionCenter->phone }} {{ @$milkCollectionCenter->email }}

Contact person: {{ @$milkCollectionCenter->contact_person }} Farmers mapped: {{$farmersManaged}}

Service Radius: {{ @$milkCollectionCenter->service_radius }} KM
@if ($milkCollectionCenter->status == 'active') Active @else Inactive @endif {{-- {{ @$milkCollectionCenter->status }} --}} {{--
--}}

{{$approvedProjects}}

Approved
Applications

{{$rejectedProjectCount}}

Rejected
Applications

{{$openProjects}}

Pending
Applications

{{$averageTat ?? 0}} Days

Average
TAT

{{$farmersManaged}}

Farmers
Managed

{{$ddes}}

DDE

{{$milkSupplyArr['avgPerDayMilkSupply'] ?? 0}} Ltr.

Avg. Milk
Supplied/day

{{$milkSupplyArr['avgPerWeekMilkSupply'] ?? 0}} Ltr.

Avg. Milk
Supplied/Week

{{$milkSupplyArr['avgPerMonthMilkSupply'] ?? 0}} Ltr.

Avg. Milk
Supplied/Month

Address

{{ @$milkCollectionCenter->user->address->full_address }}

@endsection @section('scripts') @endsection