Maria Alexandre

182 rue Cliche, Québec, G2M 1P5

418-576-9224 (cellulaire)

maria.alexandre@hotmail.ca

Logo

SERVICE OFFERT:

COURS DE CONDITIONNEMENT PHYSIQUE EN LIGNE ABONNEMENT MENSUEL/ANNUEL

DATE DE FACTURATION: {{ $invoice->date()->toFormattedDateString() }}

NUMÉRO DE FACTURE: {{ $invoice->id }}

CLIENT:

{{ $invoice->customer_name }}
{{ $invoice->customer_phone }}
{{ $invoice->customer_email }}
@foreach ($invoice->invoiceLineItems() as $item) @endforeach @if ($invoice->hasDiscount()) @foreach ($invoice->discounts() as $discount) @php($coupon = $discount->coupon()) @endforeach @endif @if ($invoice->hasTax()) @foreach ($invoice->taxes() as $tax) @endforeach @endif
DESCRIPTION QUANTITÉ PRIX
{{ $item->description }} {{ $item->quantity }} {{ $item->total() }}
@if ($coupon->isPercentage()) {{ $coupon->name() }} ({{ $coupon->percentOff() }}% de rabais) @else {{ $coupon->name() }} ({{ $coupon->amountOff() }} de rabais) @endif -{{ $invoice->discountFor($discount) }}
{{ $tax->display_name }} ({{ $tax->percentage }}%) {{ $tax->amount() }}
MONTANT TOTAL: {{ $invoice->total() }}