@extends('pages.client.layout') @section('body')
|
Client | Contact | Adresse | Date d'ajout | Commandes | |
---|---|---|---|---|---|---|
|
#{{ $client->id }}
{{ $client->first_name }} {{ $client->last_name }}
|
{{ $client->phone }} | {{ $client->address }} | {{ $client->created_at }} | {{ count($client->orders) }} | |
Aucune information à afficher
|