@if(app()->getLocale() == 'fa') @include('layouts.admin.partials.styles-rtl') @else @include('layouts.admin.partials.styles') @endif

{{trans('applang.payment_receipt')}}

{{$companyData->business_name}}
{{$companyData->street_address}} {{$companyData->city}}, {{$companyData->state}}, {{$companyData->postal_code}}
{{trans('applang.the_date')}}: {{$payment->payment_date}} {{trans('applang.number')}}: {{$payment->id}}
{{trans('applang.from')}}: {{$payment->salesInvoice->client->full_name}} {{trans('applang.amount')}}: {{$payment->payment_amount}} {{$currency_symbol}} {{trans('applang.paid_by')}}: {{$payment->deposit_payment_method}} {{trans('applang.sales_invoice_number')}}: #{{$payment->salesInvoice->inv_number}} {{trans('applang.received_by')}}: {{$payment->employee->first_name}} {{$payment->employee->last_name}} @if($payment->receipt_notes != null) {{trans('applang.purpose')}}: {{$payment->receipt_notes}} @endif
@include('layouts.admin.partials.scripts')