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 }}

@if ($statement->type == 1) Facture @elseif ($statement->type == 2) Devis @else Commande @endif #

{{ $statement->reference }}

Date

{{ $date }}

@php $total = 0; $i = 1; @endphp @foreach ($items as $list) @php $i++; @endphp @endforeach @php $i = 1; @endphp
Code Article P.U Qté Remise Total H.T
{{ $list->code }} @if ($company->factimg && $list->image) @endif

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

{{ sprintf('%.3f', $list->price) }} {{ sprintf('%.0f', $list->quantity) }} {{ sprintf('%.3f', $list->discount) }}% {{ sprintf('%.3f', ($list->price * $list->quantity * (100 - $list->discount)) / 100) }}
@foreach ($tvaCollection as $key => $value) @endforeach
TVA Base Montant
{{ sprintf('%.2f', $key) }}% {{ sprintf('%.3f', $value[0]) }} {{ sprintf('%.3f', $value[1]) }}
@if ($statement->type == 1) @endif
Quantité {{ sprintf('%.0f', $statement->gqte) }}
Total Hors Taxes {{ sprintf('%.3f', $statement->tht + $totalDiscount) }}
Remise {{ sprintf('%.3f', $totalDiscount) }}
TVA {{ sprintf('%.3f', $statement->tva) }}
Timbre Fiscal {{ sprintf('%.3f', $statement->timbreFiscal) }}
Total TTC {{ sprintf('%.3f', $statement->ttc) }}