{{-- si j'étais une fleur --}}

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 }} c/o {{ $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) @endforeach
Description Qté Prix Unit (htva) Remise Prix Total (htva)
{{ $row->category->name }} {{ $row->quantity }} € {{ number_format($row->price / (1 + $row->category->tva / 100), 2) }} 0% € {{ number_format($row->price / (1 + $row->category->tva / 100), 2) * $row->quantity }}
{{-- COMMENTAIRE --}} @if ($ticket->comment)

Commentaire : {{ $ticket->comment }}

@else

Commentaire : /

@endif {{-- footer --}}