Warning: Undefined variable $liveOrder in
/home/modapascig/.config/resources/views/live-order.blade.php on line
126
Warning: Attempt to read property "total" on null in
/home/modapascig/.config/resources/views/live-order.blade.php on line
126
|
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/live-order.blade.php on line 171
Warning: Attempt to read property "total" on null in /home/modapascig/.config/resources/views/live-order.blade.php on line 171
@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/live-order.blade.php on line 191
Warning: Attempt to read property "total" on null in /home/modapascig/.config/resources/views/live-order.blade.php on line 191
@endforeach
@endif
|
Dont TVA 20%
|
{{$total*0.2}} €
|
|
Totale
|
{{$total}} €
|
{{--
--}}
{{-- {{$liveOrder->address}},--}}
{{-- {{$liveOrder->zip}}--}}
{{-- {{$liveOrder->city}}
--}}
{{-- {{$liveOrder->country}}
--}}
{{-- {{$liveOrder->email}}
--}}
{{-- {{$liveOrder->phone}}
--}}
{{--
--}}
Carte
PAYER