@if ($billpayment->discount_amount > 0) @endif
{{ $company_info->name }}
{{ $company_info->address }}
{{ $company_info->mobile ?? '' }}
MR ID : {{ $billpayment->money_receipt_number ?? '' }}

CID : {{ $billpayment->clients->id ?? '' }} / Date : {{ $billpayment->created_at->format('d-m-Y') }}
Name : {{ $billpayment->clientsinfo->clients_name ?? '' }}
Userid : {{ $billpayment->clients->userid ?? '' }}
Contact : {{ $billpayment->clientsinfo->contact_no ?? '' }}
Description : {{ $billpayment->description }}
Paid Amount : {{ $billpayment->paid_amount }}
Due Amount : {{ $billpayment->clients->customerAccount->dueAmount ?? '' }}
Discount Amount : {{ $billpayment->discount_amount }}
Collect By : {{ $billpayment->employee->name ?? '' }}

Powerd By : https://yetfix.com/