{{$apartmentId}}

{{$billTypeId}}

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

{{ \Carbon\Carbon::parse($billDate)->format('d F Y') }}

{{ currency_format($billAmount) }}

{{ \Carbon\Carbon::parse($billDueDate)->format('d F Y') }}

@if($status == 'paid')

{{ \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.print')
@lang('app.cancel')