@extends('layouts.adminapp') @section('title') {{ __('lng.RentReport') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_rent_report', 'open') @section('active_rent_report', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Name') }} | {{ __('lng.Contact') }} | {{ __('lng.Property') }} | {{ __('lng.Advance') }} | {{ __('lng.MonthlyAmount') }} | {{ __('lng.ExpireDate') }} | {{ __('lng.Action') }} | ||
---|---|---|---|---|---|---|---|---|---|
{{ ++$i }} | @if ($PropertyRent->member_id){{ $PropertyRent->Member->name }} | {{ $PropertyRent->member->contact }} | @else{{ $PropertyRent->name }} | {{ $PropertyRent->phone }} | @endif{{ $PropertyRent->Property->title }} | @currency($PropertyRent->advance) | @currency($PropertyRent->monthly_rent) | {{ $expire }} |
{{ __('lng.Showing') }} {{ $PropertyRents->count() }} {{ __('lng.Items') }}