@extends('layouts.app') @push('styles') @endpush @section('title',ucfirst($partner->name)) @section('content')
{{ucfirst($partner->name)}}
@if($partner->state) @if(is_object($partner->state)) {{ucfirst($partner->state->name)}} @else {{ucfirst($partner->state)}} @endif @endif - {{$partner->tp_id}}
{{$partner->contact_number}}
Total Centers
{{$statistics['total_centers'] ?? 0}}
Active Centers
{{$statistics['active_centers'] ?? 0}}
Total Batches
{{$statistics['total_batches'] ?? 0}}