@if ($receipt->with_doc) @endif @if ($receipt->note) @endif
{{ trans('installments.receipt_id') }} {{ $receipt->receipt_id }}
{{ trans('installments.payment_date') }} {{ $receipt->paymentDate() }}
{{ trans('installments.payment_name') }} {{ $receipt->payment_name }}
{{ trans('installments.amount') }} {{ money($receipt->total_amount) }}
{{ trans('installments.reciever_name') }} {{ $receipt->first_name }} {{ $receipt->last_name }}
{{ trans('installments.with_doc') }} {{ $receipt->with_doc }}
{{ trans('mortgages.note') }} {{ $receipt->note }}