{{ $center->code }}
{{ $center->location }}
{{ $center->email ?: '—' }}
{{ $center->mobile_no ?: '—' }}
{{ $center->full_address ?: '—' }}
@if($center->is_verified)
Verified
@else
Pending
@endif
@if($center->is_active)
Active
@else
Disabled
@endif
{{ $center->created_at?->format('d M Y, h:i A') }}
{{ $owner->name }}
{{ $owner->email }}
{{ $owner->mobile_no ?: '—' }}
{{ $owner->whatsapp_no ?: '—' }}
{{ $owner->dob?->format('d M Y') ?: '—' }}
@if($owner->kyc_verified)
Verified
@else
Pending
@endif
{{ $owner->full_address ?: '—' }}