@extends('layouts.admin') @section('title', 'Clientes') @section('content')
Directorio comercial y crédito
| Código | Negocio | Tipo | Representante | Contacto | Crédito | Estado | |
|---|---|---|---|---|---|---|---|
| {{ $c->code }} | {{ $c->business_name }} | {{ $c->businessType->name }} | {{ $c->representative_name }} | {{ $c->whatsapp ?: $c->phone }} | @if($c->creditProfile?->is_enabled) ${{ number_format((float) $c->creditProfile->credit_limit, 2) }} · {{ $c->creditProfile->credit_days }} días @else Sin crédito @endif | {{ $c->is_active ? 'Activo' : 'Inactivo' }} | |
| No existen clientes. | |||||||