@extends('layouts.app') @section('title', 'Customers List') @section('page_title', 'Client Relationship Management (CRM)') @section('content')
| Code | Name | Phone | Outstanding Balance | Status | Actions | |
|---|---|---|---|---|---|---|
| {{ $c->client_code }} |
{{ $c->full_name }}
@if($c->business_name)
{{ $c->business_name }}
@endif
|
{{ $c->phone }} | {{ $c->email ?? '-' }} | {{ number_format($c->outstanding_balance) }} UGX | {{ ucfirst($c->status) }} | Ledger |
| No customers registered yet. | ||||||