@php $setting = getSetting(); @endphp
Invoice Number: {{ $row->order_id }}
Date: {{ date('d.m.Y', strtotime($row->created_at)) }}
Payment Status: {{ ($row->payment_status) }}
{{--Kunde: #{{ sprintf('%02d', $row->id) }}
--}}Total : {{-- {{ number_format($row->amount, 2, ',', '') }} {{getDefaultCurrencySymbol()}} --}} {!! $row->currency_symbol !!} {{number_format($row->amount, 2, '.', '')}}