Reçu

Image
@isset ($product) Produit: Abonnement Gestio-Pro RH
@endisset Numéro de facture: {{ $id ?? $invoice->number }}
Date d'émission: {{ $invoice->date()->toDateString() }}
@if ($dueDate = $invoice->dueDate()) Date d'échéance: {{ $dueDate->toDateString() }}
@endif
Gestio-Pro RH
3022 Montée d'Argenteuil
St-Adolphe-d'Howard, Québec,
J0T 2B0
514-312-0480
info@gestioprorh.com
Facturer à:
{{ $invoice->customer_name ?? $invoice->customer_email }}
@if ($invoice->customer_name) {{ $invoice->customer_email }}
@if ($invoice->customer_address && $invoice->customer_address->line1) {{ $invoice->customer_address->line1 }}
{{ $invoice->customer_address->city }}, {{ $invoice->customer_address->state }} {{ $invoice->customer_address->postal_code }}
{{ $invoice->customer_address->country }}
@endif @endif @foreach ($invoice->customerTaxIds() as $taxId) {{ $taxId->value }}
@endforeach
 
@if ($invoice->description)

{{ $invoice->description }}

@endif @if (isset($vat))

{{ $vat }}

@endif

@foreach ($invoice->invoiceItems() as $item) @if ($invoice->hasTax()) @endif @endforeach @foreach ($invoice->subscriptions() as $subscription) @if ($invoice->hasTax()) @endif @endforeach @if ($invoice->hasDiscount() || $invoice->hasTax() || $invoice->hasStartingBalance()) @endif @if ($invoice->hasDiscount()) @foreach ($invoice->discounts() as $discount) @php($coupon = $discount->coupon()) @endforeach @endif @unless ($invoice->isNotTaxExempt()) @else @foreach ($invoice->taxes() as $tax) @endforeach @endunless @if ($invoice->rawAppliedBalance() > 0) @endif
Description Date Montant
{{ str_replace('year', 'an', $item->description) }}{{ $item->total() }}
{{ $subscription->description }} {{ $subscription->startDateAsCarbon()->toDateString() }} - {{ $subscription->endDateAsCarbon()->toDateString() }} {{ $subscription->total() }}
Sous-total {{ $invoice->subtotal() }}
@if ($coupon->isPercentage()) {{ $coupon->name() }} ({{ $coupon->percentOff() }}% de réduction) @else {{ $coupon->name() }} ({{ $coupon->amountOff() }} réduction) @endif -{{ $invoice->discountFor($discount) }}
@if ($invoice->isTaxExempt()) La taxe est exonérée @else Impôt à payer sur la base de l'autoliquidation @endif
{{ $tax->display_name }} {{ $tax->jurisdiction ? ' - '.$tax->jurisdiction : '' }} ({{ $tax->percentage }}%{{ $tax->isInclusive() ? ' incl.' : '' }}) {{ $tax->amount() }}
Total {{ $invoice->realTotal() }}
Solde appliqué {{ $invoice->appliedBalance() }}
Montant dû {{ $invoice->amountDue() }}