{{-- resources/views/admin/crm/training-centers/show.blade.php --}} @extends('layouts.app') @push('styles') @endpush @section('title',ucfirst($center->center_name)) @section('content')

{{ucfirst($center->center_name)}}

@if($center->city) {{ucfirst($center->city)}} @endif @if($center->state) - {{ucfirst($center->state)}} @endif - {{$center->center_code}}

{{$center->contact_number}}

Total Batches

{{$statistics['total_batches'] ?? 0}}

Active Batches

{{$statistics['active_batches'] ?? 0}}

Total Candidates

{{$statistics['total_candidates'] ?? 0}}

@push('modals') @endpush @endsection @push('scripts') @endpush