Statut : {{ $order->status }}
- Référence
- {{ $order->reference }}
- Montant
- {{ number_format((float) $order->total, 0, ',', ' ') }} {{ $order->currency }}
@foreach ($order->items as $item)
-
{{ $item->formation?->code ? $item->formation->code.' — ' : '' }}{{ $item->formation?->title }}
@if ($item->session)Pass : {{ $item->session->title }}@endif
@endforeach