{{ ($achat->item_achats->first()?->store)->name }}
@endif
{{ ($achat->item_achats->first()?->store)->address }}
{{ ($achat->item_achats->first()?->store)->contact }}
N° : {{ $achat->reference }}
Date : {{ \Carbon\Carbon::parse($achat->date)->format('d/m/Y') }}
Fournisseur :
{{ $achat->supplier->company }}
{{ $achat->supplier->contact }}
{{ $achat->supplier->address }}
| # | Article | Qté | Prix Achat | Total |
|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->article->name }} | {{ $item->quantity }} | {{ money($item->price) }} | {{ money($item->quantity * $item->price) }} |
| TOTAL | {{ money($amount_achat->amount_items) }} | |||