@if (!empty($websiteInfo->logo)) @else @endif {{ __('INVOICE') }}
{{ __('Bill to') . ':' }}
{{ ucfirst($member['name']) }}
{{ __('Username') . ':' }} {{ $member['username'] }}
{{ __('Email') . ':' }} {{ $member['email'] }}
{{ __('Phone') . ':' }} {{ $phone }}
{{ __('Order Details') . ':' }}
{{ __('Transaction ID') . ':' }} #{{ $transaction_id }}
Total: {{ $websiteInfo->base_currency_text_position == 'left' ? $websiteInfo->base_currency_text : '' }} {{ $amount }} {{ $websiteInfo->base_currency_text_position == 'right' ? $websiteInfo->base_currency_text : '' }}
{{ __('Payment Method') . ':' }} {{ $payment_method }}
{{ __('Payment Status') . ':' }}{{ __('Completed') }}
{{ __('Order Date') . ':' }} {{ \Carbon\Carbon::now()->format('d/m/Y') }}
{{ __('Property Title') }} {{ __('Start Date') }} {{ __('End Date') }} {{ __('Currency') }} {{ __('Total') }}
{{ $property_title }} {{ \Carbon\Carbon::parse($startDate)->format('d-M-Y H:i:s') }} {{ \Carbon\Carbon::parse($endDate)->format('d-M-Y H:i:s') }} {{ $base_currency_text }} {{ $amount }}
{{ __('Thanks & Regards') . ',' }}
{{ $websiteInfo->website_title }}