@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.SiNo') }} | {{ __('lng.Member') }} | {{ __('lng.Contact') }} | {{ __('lng.Property') }} | {{ __('lng.Advance') }} | {{ __('lng.MonthlyAmount') }} | {{ __('lng.ExpireDate') }} | {{ __('lng.Action') }} | ||
---|---|---|---|---|---|---|---|---|---|
{{ ++$si }} | @php $expire = date("F-d-Y",strtotime($PropertyRentDetail->expire));@endphp @if ($PropertyRentDetail->member_id){{ $PropertyRentDetail->Member->name }} | {{ $PropertyRentDetail->Member->contact }} | @else{{ $PropertyRentDetail->name }} | {{ $PropertyRentDetail->phone }} | @endif{{ $PropertyRentDetail->Property->title }} | @currency($PropertyRentDetail->advance) | @currency($PropertyRentDetail->monthly_rent) | {{ $expire }} |
{{ __('lng.Showing') }} {{ $PropertyRentDetails->count() }} {{ __('lng.Items') }}