| # | @lang('modules.settings.apartmentNumber') | @lang('modules.rent.rentFor') | @lang('modules.tenant.rentAmount') | @lang('modules.settings.status') | @lang('modules.rent.paymentDate') | @lang('app.action') | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->index+1 }} | {{ $rent->apartment->apartment_number }} | {{ ucfirst($rent->rent_for_month) . ' ' .$rent->rent_for_year ?? '--'}} | {{ currency_format($rent->rent_amount) ?? '--' }} |
@if($rent->status == "paid")
|
{{ $rent->payment_date ?? '--' }} |
@if($rent->status == "unpaid")
|
|||||
|
@lang('messages.noRentFound')
|
|||||||||||