{{-- --}} {{-- --}}
{{$liveOrder->client->name}}
{{$liveOrder->client->fb_pseudo}}
@foreach($liveOrder->items as $item)
Warning: Undefined variable $item in /home/modapascig/.config/resources/views/custom-live-order.blade.php on line 60

Warning: Attempt to read property "live_order" on null in /home/modapascig/.config/resources/views/custom-live-order.blade.php on line 60

Warning: Attempt to read property "total" on null in /home/modapascig/.config/resources/views/custom-live-order.blade.php on line 60
@endforeach
Ordre ID Produit Prix
{!! $item->live_order->id !!} - {!! date('d.m.Y',strtotime($item->live_order->created_at)) !!} @if($item->live_order->image)
@endif
{!! $item->live_order->products !!} {{$item->live_order->total}} €
Totale {{$total}} €

Carte

@csrf
{{--
--}} {{-- --}} {{--
--}}

@if($liveOrder->status == 1)

Vous avez terminé le paiement. Merci pour votre achat.

@endif
{{-- --}}
{{--for prod--}} {{--for test--}} {{----}} {{----}} @include('sweetalert::alert')