@extends('pages.client.layout') @section('body')
|
Client | Contact | Adresse | Date d'ajout | Commandes | Plats |
---|---|---|---|---|---|---|
|
#{{ $client->id }}
{{ $client->first_name }} {{ $client->last_name }}
|
{{ $client->phone }} | {{ $client->address }} | {{ $client->created_at }} | {{ number_format(count($client->orders), 0, '', ' ') }} | {{ number_format(\App\Services\ClientService::total_client_products_ordered($client), 0, '', ' ') }} |
Aucune information à afficher
|