France |
Cliente
{!! $liveOrder->client->name !!} |
Produit | Prix | |
{!! date('d.m.Y',strtotime($liveOrder->created_at)) !!}
@if($liveOrder->image)
|
LIVE | {{$liveOrder->total}} € |
--}}
{{-- {!! date('d.m.Y',strtotime($item->created_at)) !!}--}}
{{-- @if($item->image)--}}
{{-- --}} {{-- | --}}
{{-- --}} {{-- {!! $item->products !!}--}} {{-- | --}} {{----}} {{-- {{$item->total}} €--}} {{-- | --}} {{--
{!! date('d.m.Y',strtotime($item->created_at)) !!}
@if($item->image)
|
{!! $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}} € |