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

{{ $company->company }}

Addresse: {{ $company->address }}

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

Email: {{ $company->email }}

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

{{ $client->name }}

Addresse:{{ $client->address }}

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

Email:{{ $client->email }}

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

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

Bon De Livraison #

{{ $statement->reference }}

Date

{{ $date }}

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

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

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