@extends('layouts.admin') @section('title', 'Client — ' . $client->name) @section('page_title', 'Fiche client') @section('content')
| Ref | Produit | Quantité | Date | Statut |
|---|---|---|---|---|
| #{{ str_pad($d->id, 4, '0', STR_PAD_LEFT) }} | {{ $d->product ?? '—' }} | {{ $d->quantity ?? '—' }} | {{ \Carbon\Carbon::parse($d->created_at)->format('d/m/Y') }} | @php $s = $d->status; @endphp {{ ucfirst($s) }} |
Aucun devis soumis