Weavers, costume tailors, jewelry artisans, fabric vendors, and prop suppliers.
| Supplier / Firm | Type & Category | Contact Person | Contact & Location | GSTIN & PAN | Terms | Purchases | Actions |
|---|---|---|---|---|---|---|---|
| {{ $s->name }} {{ $s->supplier_code }} | {{ str_replace('_', ' ', $s->supplier_type ?? 'Vendor') }} @if($s->supplier_category) {{ $s->supplier_category }} @endif | {{ $s->contact_person ?: '—' }} @if($s->designation) {{ $s->designation }} @endif | {{ $s->phone }} {{ $s->city ? $s->city . ($s->state ? ', ' . $s->state : '') : 'Kerala' }} | @if($s->gstin) GST: {{ $s->gstin }} @else — @endif @if($s->pan_number) PAN: {{ $s->pan_number }} @endif | {{ $s->payment_terms_days }} Days @if($s->credit_limit > 0) Limit: ₹{{ number_format($s->credit_limit, 0) }} @endif | {{ $s->purchases_count }} Orders |
|
| No suppliers registered yet. | |||||||
Configure business identity, contact channels, bank account, and GST details.
Code: {{ $viewingSupplier->supplier_code }} • Category: {{ ucfirst($viewingSupplier->supplier_category ?? 'General') }}
{{ $viewingSupplier->address ?: 'No address specified' }}
@if($viewingSupplier->address_line_2)
{{ $viewingSupplier->address_line_2 }}
@endif
{{ $viewingSupplier->city ?? 'Thrissur' }}, {{ $viewingSupplier->state ?? 'Kerala' }} {{ $viewingSupplier->pin_code ? '- ' . $viewingSupplier->pin_code : '' }}
{{ $viewingSupplier->notes }}