{{-- {{getLogo()}} --}}

{{ getConfigArrayValueByKey('COMPANY_DETAILS', 'company_name') }}

{{ getConfigArrayValueByKey('COMPANY_DETAILS', 'street1') }} {{ getConfigArrayValueByKey('COMPANY_DETAILS', 'street2') }}, {{ getConfigArrayValueByKey('COMPANY_DETAILS', 'city') }}. Telephone : {{ getConfigArrayValueByKey('COMPANY_DETAILS', 'telephone') }} | Fax : {{ getConfigArrayValueByKey('COMPANY_DETAILS', 'fax') }}

Web : {{ getConfigArrayValueByKey('COMPANY_DETAILS', 'website') }} | Email : {{ getConfigArrayValueByKey('COMPANY_DETAILS', 'email') }}

Receipt

{{ $customer->fullname ?? '' }} @if (isset($business_address->address_line_1) && $business_address->address_line_1 != '')
{{ $business_address->address_line_1 ?? '' }}, @endif @if (isset($business_address->address_line_2) && $business_address->address_line_2 != '') {{ $business_address->address_line_2 ?? '' }}, @endif @if (isset($business_address->city_name) && $business_address->city_name != '')
{{ $business_address->city_name ?? '' }}, @endif @if (isset($business_address->district_name) && $business_address->district_name != '') {{ $business_address->district_name ?? '' }},
@endif @if (isset($customer->email) && $customer->email != '') {{ __('xinvoice::invoice.labels.email') }}: {{ $customer->email ?? '' }}
@endif @if (isset($customer->mobile) && $customer->mobile != '') Phone: {{ $customer->mobile ?? '' }}
@endif @if (isset($customer->telephone) && $customer->telephone != '') Telephone: {{ $customer->telephone ?? '' }} @endif

Receipt # : {{ $payment->payment_code ?? '' }}

Date : {{ $payment->cheque_date ?? '' }}

Invoice #: {{ $invoice->invoice_code ?? '' }}

Payment Method Ref # Remarks Amount
{{ $payment->payment_method }} {{ $payment->payment_ref_no }} {{ $payment->payment_remarks }} {{ \App\Http\Helper::formatPrice($payment->payment_amount) }}