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

{{ ucfirst($assessor->name) }}

@if($assessor->district) {{ ucfirst($assessor->district) }} @endif @if($assessor->state) - {{ ucfirst($assessor->state) }} @endif - {{ $assessor->assessor_code }}

{{ $assessor->contact_number }}

Total Batches

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

Pending Batches

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

Completed Batches

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

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