@extends('layouts.adminapp') @section('title') {{ __('lng.RentPayment') }} @endsection @section('open_rent_asset', 'open') @section('active_rent_asset', 'active') @section('active_rent_payment', 'active') @section('content')

{{ __('lng.RentPayment') }}

{{ __('lng.RentPaymentTable') }}
{{--
--}}
@php $si=0; @endphp @foreach ($PropertyRentDetails as $PropertyRentDetail) @php $expire = date("F-d-Y",strtotime($PropertyRentDetail->expire));@endphp @if ($PropertyRentDetail->member_id) @else @endif @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Member') }} {{ __('lng.Contact') }} {{ __('lng.Property') }} {{ __('lng.Advance') }} {{ __('lng.MonthlyAmount') }} {{ __('lng.ExpireDate') }} {{ __('lng.Action') }}
{{ ++$si }}{{ $PropertyRentDetail->Member->name }} {{ $PropertyRentDetail->Member->contact }}{{ $PropertyRentDetail->name }} {{ $PropertyRentDetail->phone }}{{ $PropertyRentDetail->Property->title }} @currency($PropertyRentDetail->advance) @currency($PropertyRentDetail->monthly_rent) {{ $expire }}

{{ __('lng.Showing') }} {{ $PropertyRentDetails->count() }} {{ __('lng.Items') }}

@endsection