@extends('layouts.app') @section('title','Clients') @section('page-title','Clients') @section('topbar-actions') @if(auth()->user()->isAdmin()) Nouveau client @endif @endsection @section('content')
| Nom | Téléphone | Ville | Statut | CA Total | Commandes | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $client->name }} | {{ $client->email ?? '—' }} | {{ $client->phone ?? '—' }} | {{ $client->city ?? '—' }} | {{ $client->status_label }} | {{ number_format($client->total_revenue,0,',',' ') }} XAF | {{ $client->total_orders }} | |
Aucun client trouvéCréez votre premier client ou modifiez vos filtres. | |||||||