Client Type:
@if($inactiveClient->client_type)
{{ $inactiveClient->client_type }}
@else
N/A
@endif
Billing Status:
@if($inactiveClient->billing_status)
{{ $inactiveClient->billing_status }}
@else
N/A
@endif
Package:
{{ $inactiveClient->package ?: 'N/A' }}
Profile:
{{ $inactiveClient->profile ?: 'N/A' }}
Monthly Bill:
@if($inactiveClient->monthly_bill)
BDT{{ number_format($inactiveClient->monthly_bill, 2) }}
@else
N/A
@endif
Service Charge:
@if($inactiveClient->service_charge)
BDT{{ number_format($inactiveClient->service_charge, 2) }}
@else
N/A
@endif
Joining Date:
{{ $inactiveClient->joining_date ? $inactiveClient->joining_date->format('d/m/Y') : 'N/A' }}
Expire Date:
{{ $inactiveClient->expire_date ? $inactiveClient->expire_date->format('d/m/Y') : 'N/A' }}
Billing Start Month:
{{ $inactiveClient->billing_start_month ?: 'N/A' }}