@php $total=$liveOrder->total; @endphp

France
contact@modapascher.com

Cliente

{!! $liveOrder->client->name !!}
{!! $liveOrder->client->address !!}
@if($liveOrder->client->address_2 != '' && $liveOrder->client->address_2 != '-'){!! $liveOrder->client->address_2 !!}
@endif {!! $liveOrder->client->telephone!!}
{!! $liveOrder->client->postal !!}
{!! $liveOrder->client->city !!}
{!! $liveOrder->client->state !!}
{!! $liveOrder->client->email !!}

{{-- @foreach($liveOrder->items as $item)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
Warning: Undefined variable $item in /home/modapascig/.config/resources/views/pdf/invoice20.blade.php on line 81

Warning: Attempt to read property "total" on null in /home/modapascig/.config/resources/views/pdf/invoice20.blade.php on line 81

Warning: Undefined variable $total in /home/modapascig/.config/resources/views/pdf/invoice20.blade.php on line 81
--}} {{-- @endforeach--}} @foreach($liveOrder->paidItems as $item) @endforeach
Produit Prix
{!! date('d.m.Y',strtotime($liveOrder->created_at)) !!} @if($liveOrder->image)
@endif
LIVE {{$liveOrder->total}} €
--}} {{-- {!! date('d.m.Y',strtotime($item->created_at)) !!}--}} {{-- @if($item->image)--}} {{--
--}} {{-- --}} {{-- @endif--}} {{--
--}} {{-- {!! $item->products !!}--}} {{-- --}} {{-- {{$item->total}} €--}} {{--
{!! 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/pdf/invoice20.blade.php on line 100

Warning: Attempt to read property "total" on null in /home/modapascig/.config/resources/views/pdf/invoice20.blade.php on line 100
TAX (20%) {{$total*0.2}} €
@if($liveOrder->payment_method==1) Stripe Payment @endif @if($liveOrder->payment_method==2) PayPal Payment @endif Totale {{$total}} €