SI J'ETAIS UNE FLEUR

Rue de l'Espinette

7160 Godarville

Tél : +32 497/40 27 45

Email : contact@sijetaisunefleur.com

TVA : BE0535 542 047

BELFIUS IBAN : BE06 0688 9751 1422

Facture n° {{ $ticket->created_at->format('Y') }}-{{ str_pad($ticket->reference, 3, '0', STR_PAD_LEFT) }}{{ $ticket->with_tva ? 'A' : '' }}



@if ($ticket->client)

Client : {{ $ticket->client->company }} {{ $ticket->client->firstname }} {{ $ticket->client->lastname }}

Adresse : {{ $ticket->client->address }}

{{ $ticket->client->city }}

@endif
{{-- table headers --}} @if ($ticket->client && $ticket->client->company) @endif @if ($with_tva) @if (isset($tva_number)) @else @endif @endif
Client : {{ $ticket->client->company }} N° TVA : {{ $tva_number }} N° TVA : {{ $ticket->client->tva_number }} Date : {{ $ticket->created_at->format('Y-m-d') }}
{{-- main table --}} @foreach ($ticket->ticketRows as $row) @if ($row->reduction) @else @endif @endforeach @if ($ticket->remiseAmount != 0) @endif @if ($ticket->remise && $ticket->remise !== 0) @endif
Description Qté Prix Unit (htva) Remise Prix Total (htva)
{{ $row->category->name }} {{ $row->quantity }} {{ number_format($row->price / (1 + $row->category->tva / 100), 2) }} € -{{ $row->reduction }}%0%{{ number_format(($row->price / (1 + $row->category->tva / 100)) * $row->quantity * (1 - $row->reduction / 100), 2) }}€
Remise ticket (€) / -{{ $ticket->remiseAmount }}€ 0% /
Remise ticket (%) / / -{{ $ticket->remise }}% /
{{-- COMMENTAIRE --}} @if ($ticket->comment)

Commentaire : {{ $ticket->comment }}

@endif {{-- footer --}}