Logo
@if ($client && $client->image)
Logo @endif

{{ $company->company }}

Addresse: {{ $company->address }}

Téléphone: {{ $company->phone }}

Email: {{ $company->email }}

M.F: {{ $company->matFisc }}

@if ($client)

{{ $client->name }}

Addresse:{{ $client->address }}

Téléphone:{{ $client->tel }}

Email:{{ $client->email }}

M.F:{{ $client->matFisc }}

@else

Pas de fournisseur

@endif

Élaborée Par: {{ $bon->user->name }} {{ $bon->user->lastName }}

Bon D'entrée #

{{ $bon->reference }}

Date

{{ $date }}

@foreach ($items as $list) @endforeach
Code Artice Article Quantité Prix
{{ $list->code }} @if ($company->factimg && $list->image) @endif

{{ $list->name != '' ? $list->name : $list->product }}

{{ sprintf('%.0f', $list->pivot->quantity) }} {{ sprintf('%.3f', $list->pivot->price) }}