@include('print.common.css')
{{ __('payment.payment_in') }}
@include('print.common.header')
#{{ $payment->reference_no }}
{{ __('payment.date') }}: {{ $payment->formatted_transaction_date }}
{{ __('app.time') }}: {{ $payment->format_created_time }}
{{ __('payment.received_from') }}
{{ $sale->party->first_name.' '. $sale->party->last_name }}
{{ $sale->party->billing_address }}
{{ __('payment.payment_type') }} {{ __('payment.amount') }}
{{ $payment->paymentType->name }} {{ $formatNumber->formatWithPrecision($payment->amount) }}
{{ __('party.due_balance') }} {{ $balanceData['status']=='you_pay' ? '(Pay)' : ($balanceData['status']=='you_collect' ? '(Collect)' : '') }} {{ $formatNumber->formatWithPrecision($balanceData['balance']) }}
{{ __('app.note') }} : {{ $payment->note }}
@if(app('company')['show_signature_on_invoice']) @php if($isPdf){ //No image Path $defaultSignature = 'app/public/images/noimages/no-image-found.jpg'; //Company logo path $signaturePath = 'app/public/images/signature/'; $signature = storage_path( !empty(app('company')['signature']) && file_exists(storage_path($signaturePath . app('company')['signature'])) ? $signaturePath . app('company')['signature'] : $defaultSignature ); }else{ //Routing or direct view $signature = url('/company/signature/getimage/'.app('company')['signature']); } @endphp @endif

{{ app('company')['name'] }}

{{ __('app.authorized_signatory') }}