@vite(['resources/css/app.css', 'resources/js/app.js'])
@if ($order->isPaid())

Paiement confirmé

Votre accès est activé.

@else

Paiement non abouti

Statut : {{ $order->status }}

@endif
Référence
{{ $order->reference }}
Montant
{{ number_format((float) $order->total, 0, ',', ' ') }} {{ $order->currency }}
@if ($order->isPaid()) @php $first = $order->items->first(); @endphp @if ($first && $first->formation) Accéder à la formation @endif Mon espace @else @php $first = $order->items->first(); @endphp @if ($first && $first->formation) Réessayer @endif Retour au catalogue @endif