Warning : Undefined variable $liveOrder in
/home/modapascig/.config/resources/views/frontend/src/live-orders/steps/live-order.blade.php on line
256
Warning : Attempt to read property "total" on null in
/home/modapascig/.config/resources/views/frontend/src/live-orders/steps/live-order.blade.php on line
256
La manière la plus sûre et la plus facile de payer
Warning : Undefined variable $liveOrder in
/home/modapascig/.config/resources/views/frontend/src/live-orders/steps/live-order.blade.php on line
260
Warning : Attempt to read property "total" on null in
/home/modapascig/.config/resources/views/frontend/src/live-orders/steps/live-order.blade.php on line
260
Produit
Prix
{!! date('d.m.Y',strtotime($liveOrder->created_at)) !!}
@if($liveOrder->image)
@endif
{!! $liveOrder->products !!}
{{$liveOrder->total}} €
@foreach($liveOrder->items as $item)
{!! date('d.m.Y',strtotime($item->created_at)) !!}
@if($item->image)
@endif
{!! $item->products !!}
{{$item->total}} €
Warning : Undefined variable $item in /home/modapascig/.config/resources/views/frontend/src/live-orders/steps/live-order.blade.php on line 305
Warning : Attempt to read property "total" on null in /home/modapascig/.config/resources/views/frontend/src/live-orders/steps/live-order.blade.php on line 305
@endforeach
@if($liveOrder->status == 1)
@foreach($liveOrder->paidItems as $item)
{!! date('d.m.Y',strtotime($item->created_at)) !!}
@if($item->image)
@endif
{!! $item->products !!}
{{$item->total}} €
Warning : Undefined variable $item in /home/modapascig/.config/resources/views/frontend/src/live-orders/steps/live-order.blade.php on line 325
Warning : Attempt to read property "total" on null in /home/modapascig/.config/resources/views/frontend/src/live-orders/steps/live-order.blade.php on line 325
@endforeach
@endif
Dont TVA 20%
{{$total*0.2}} €
Totale
{{$total}} €
{{--
--}}
{{--
@{{--}}
{{-- invalidMessage }} --}}
{{-- --}}
@if($liveOrder->status == 0)
{{--
--}}
{{-- --}}
{{--
Card Number --}}
{{--
Expiration Date --}}
{{--
CVV --}}
{{--
Name on Card --}}
{{-- Billing Address --}}
Passer la commande
@elseif($liveOrder->status == 1)
La commande en direct a été payée
@elseif($liveOrder->status == 2)
Paiement refusé.
@endif