| Date | Vendeur | Commande | Type | Total ({!! htmlentities(auth()->user()->company->currency_symbol, ENT_NOQUOTES, 'UTF-8') !!}) | Actions |
|---|---|---|---|---|---|
| {{ $data->datetime->translatedFormat('D d M Y à H:i') }} | {{ $data->user->name }} | Voir | @if($data->sale_category === 'hospitalisation') Hospitalisation @else Pharmacie @endif | {{ number_format($data->total, 0, '', ' ') }} | @if($data->invoice()) @endif @if(!$data->hasRelatedRecords() AND !auth()->user()->isComptable()) @endif |