@extends('layouts.app') @section('title', 'Clients') @section('breadcrumb', 'Commercial / Clients') @section('content')
{{ $clients->total() }} client(s)
| Code | Nom | Groupe | Tél | Remise | Solde | Statut | Actions |
|---|---|---|---|---|---|---|---|
{{ $c->code }} |
{{ $c->nom }} | {{ $c->groupe?->label ?? '-' }} | {{ $c->tel ?? '-' }} | {{ $c->remise_accordee }}% | {{ number_format($c->solde, 3, ',', ' ') }} | {{ $c->actif ? 'Actif' : 'Inactif' }} | |
| Aucun client trouvé | |||||||