@extends('marsland::layouts.customer') @section('title', _trans('common.Due payment')) @section('customer-content')
| {{ _trans('common.Property') }} | {{ _trans('common.Amount') }} | {{ _trans('common.Paid Amount') }} | {{ _trans('common.Due Amount') }} | {{ _trans('common.Payment Status') }} |
|---|---|---|---|---|
|
|
{{ priceFormat($duePayment->amount) }} | {{ priceFormat($duePayment->paid_amount) }} | {{ priceFormat($duePayment->due_amount) }} | @if($duePayment->payment_status) {{ $duePayment->payment_status }} @endif |
|
{{ _trans("common.No data found") }} |
||||