@extends('layouts.app') @section('title',$sale->reference) @section('page-title','Vente : '.$sale->reference) @section('topbar-actions') Modifier statut @endsection @section('content')
| Produit | Qté | Prix unitaire | Total |
|---|---|---|---|
| {{ $item->product?->name }} {{ $item->product?->reference }} |
{{ $item->quantity }} | {{ number_format($item->unit_price,0,',',' ') }} XAF | {{ number_format($item->total_price,0,',',' ') }} XAF |
Aucune ligne | |||
| TOTAL | {{ number_format($sale->amount,0,',',' ') }} XAF | ||