| @lang('app.year') | @lang('app.month') | @lang('modules.settings.apartmentNumber') | @lang('modules.maintenance.totalCost') | @lang('modules.maintenance.paymentDueDate') | @lang('modules.maintenance.paymentDate') | @lang('app.status') | @lang('app.action') | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{-- @dump($item->id) --}} {{ $item->maintenanceManagement->year }} | {{ ucwords(strtolower($item->maintenanceManagement->month)) }} | {{ ($item->apartment->apartment_number) }} | {{ currency_format($item->cost) }} | {{ \Carbon\Carbon::parse($item->maintenanceManagement->payment_due_date)->format('d F Y') ?? '--' }} | @if($item->payment_date ==null) -- @else {{ \Carbon\Carbon::parse($item->payment_date)->format('d F Y') ?? '--' }} @endif |
@if($item->paid_status == "paid")
|
@if($item->paid_status == "paid") @lang('app.download') @if(!empty($item->payment_proof)) @lang('app.paymentProof') @endif @else @lang('app.pay') @endif | ||||
| @lang('messages.noMaintenanceFound') | |||||||||||