@lang('modules.settings.apartmentNumber') {{ $apartmentId }}

@lang('modules.settings.billType') {{ $billTypeId }}

@lang('modules.settings.status') ($status == 'paid'), 'bg-red-100 text-red-800 dark:bg-red-900 dark:text-red-300'=> ($status == 'unpaid') ])> {{ __('app.' . $status) }}

@lang('modules.utilityBills.billDate') {{ \Carbon\Carbon::parse($billDate)->format('d F Y') }}

@lang('modules.utilityBills.billAmount') {{ currency_format($billAmount) }}

@lang('modules.utilityBills.billDueDate') {{ \Carbon\Carbon::parse($billDueDate)->format('d F Y') }}

@if($status == 'paid')

@lang('modules.utilityBills.billPaymentDate') {{ \Carbon\Carbon::parse($billPaymentDate)->format('d F Y') }}

@endif
@if($billProof)
@if(Str::endsWith($billProof, '.pdf'))

View PDF

@else Bill Proof @endif
@endif @if($paymentProof)
@if(Str::endsWith($paymentProof, '.pdf'))

View PDF

@else Payment Proof @endif
@endif
@lang('app.cancel')