@lang('menu.rentPaymentsDue')

{{ now()->format('l, d M Y') }}

@if($rents->count() > 0)
{{ $rents->count() }} @lang('modules.tickets.pending')
@endif
{{ __("modules.rent.viewRentDetails") }} @if ($showRent) @livewire('forms.showRent', ['rent' => $showRent], key(str()->random(50))) @endif {{ __('Close') }}