Nom : {{ ($achat->item_achats->first()?->store)->name }}
Adresse : {{ ($achat->item_achats->first()?->store)->address }}
Contact : {{ ($achat->item_achats->first()?->store)->contact }}
Entreprise : {{ $achat->supplier->company }}
Contact : {{ $achat->supplier->contact }}
Adresse : {{ $achat->supplier->address }}
| # | Article | Quantité | Prix Achat | Total |
|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->article->name }} | {{ $item->quantity }} | {{ money($item->price) }} | {{ money($item->quantity * $item->price) }} |
| TOTAL GÉNÉRAL | {{ money($amount_achat->amount_items) }} |