{{ $tarification->client->client }}
 {{ $tarification->client->name }} 
        
 {{ $tarification->client->email }} 
        
Phone: {{ $tarification->client->phone }}
| Devis N° | {{ $tarification->nDevis }} | 
|---|---|
| Date | {{ $tarification->created_at->format('d-m-Y') }} | 
| N° | Désignation | Quantité | Prix/U | Total | 
|---|---|---|---|---|
| 1. | {{ $det->designation }} | {{ $det->quantite }} | {{ $det->prix }} | {{ $det->total }} | 
| Total | {{ $tarification->montant }} | 
|---|
{{ Str::ucfirst($wm) }}
 }})