@extends('layouts.app') @section('title','Customers') @section('content')
| Code | Name | Contact | Phone | Credit Days | Outstanding | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $c->code }} | {{ $c->name }} | {{ $c->contact_person ?? '—' }} | {{ $c->phone ?? '—' }} | {{ $c->credit_days }} days | ৳{{ number_format($c->getOutstandingBalance(),2) }} | {{ $c->is_active?'Active':'Inactive' }} | |
| No customers found. Add your first customer | |||||||