Manage dance academies, individual performers, contact details, and security deposit ledgers.
| Customer / Company | Type & Category | Contact & Location | Activity | Security Deposit | Outstanding | Actions |
|---|---|---|---|---|---|---|
|
@if($c->company_name && $c->company_name !== $c->name)
{{ $c->company_name }}
{{ $c->name }}
@else
{{ $c->name }}
@endif
{{ $c->customer_code }}
@if($c->gstin)
GST: {{ $c->gstin }}
@endif
|
{{ $c->customer_type }}
@if($c->customer_category)
{{ $c->customer_category }}
@endif
|
{{ $c->phone }} @if($c->alternate_phone) Alt: {{ $c->alternate_phone }} @endif {{ $c->city ? $c->city . ($c->state ? ', ' . $c->state : '') : 'Kerala' }} | {{ $c->rentals_count }} Rentals {{ $c->invoices_count }} Invoices | ₹{{ number_format($c->security_deposit_held, 2) }} | ₹{{ number_format($c->outstanding_balance, 2) }} | |
| No customer records found. | ||||||
Capture complete personal, business, billing address, and GST compliance details.