@extends('layouts.app') @section('title', 'Customers') @section('heading', 'Customers') @section('content')
CUSTOMER DIRECTORY
Contact details, payment terms, and related invoices.
| Customer | Contact | Payment terms | Invoices | Status | |
|---|---|---|---|---|---|
| {{ strtoupper(substr($customer->company_name,0,1)) }}{{ $customer->company_name }}{{ $customer->code }} | {{ $customer->contact_person ?: 'Not provided' }}{{ $customer->email ?: $customer->phone }} | {{ $customer->payment_terms_days }} days | {{ $customer->invoices_count }} | {{ $customer->is_active ? 'Active' : 'Inactive' }} | |
No customers foundAdd a customer or adjust your filters. | |||||