@php $setting = getSetting(); @endphp Invoice

Invoice

Logo
{{ $setting->site_name }}
Address :{{ $setting->office_address }}
Email: {{$setting->support_email}}
Phone: {{$setting->phone_no}}
{{ $row->user->name ?? '' }}
@if (!empty($row->user->address)) {{ $row->user->address }}
@endif @if (!empty($row->user->email)) {{ $row->user->email }}
@endif @if (!empty($row->user->phone)) {{ $row->user->phone }} @endif

Invoice Number: {{ $row->order_id }}

Date: {{ date('d.m.Y', strtotime($row->created_at)) }}

Payment Status: {{ ($row->payment_status) }}

{{--

Kunde: #{{ sprintf('%02d', $row->id) }}

--}}
SN Payment Provider Package Name Package Duration Ad limit Featured Ads Package Expired Date Amount
1. {{$row->payment_provider}} {{$row->plan?->name}} {{$row->plan?->day}} Days {{$row->userPlan?->ad_limit}} {{$row->userPlan?->featured_limit}} {{ date('d M-Y', strtotime($row->userPlan?->expired_date))}} {!! $row->currency_symbol !!} {{number_format($row->amount, 2, '.', '')}}

Total : {{-- {{ number_format($row->amount, 2, ',', '') }} {{getDefaultCurrencySymbol()}} --}} {!! $row->currency_symbol !!} {{number_format($row->amount, 2, '.', '')}}