Customers Export

Generated at: {{ now()->format('Y-m-d H:i') }}
@foreach($customers as $c) @endforeach
PIN Name Mobile NIC Tier Limit Balance Status
{{ $c->pin }} {{ $c->name }} @if($c->name_local)
{{ $c->name_local }}
@endif
{{ $c->mobile ?? $c->phone ?? '-' }} {{ $c->nic ?? '-' }} {{ $c->price_tier ?? '-' }} {{ $c->credit_limit === null ? 'Unlimited' : number_format((float) $c->credit_limit, 2) }} {{ number_format((float) ($c->credit_balance ?? 0), 2) }} {{ $c->is_active ? 'Active' : 'Inactive' }}