| {{ 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 }} |
@if ($receipt->with_doc)
| {{ trans('installments.with_doc') }} |
{{ $receipt->with_doc }} |
@endif
@if ($receipt->note)
| {{ trans('mortgages.note') }} |
{{ $receipt->note }} |
@endif