@extends('layouts.adminapp') @section('content')
@include('PrintHeader.header')

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

{{__('lng.Rent')}} - (@if ($Rent == null) {{__('lng.All')}} @elseif($Rent==0) {{__('lng.RentHouse')}} @elseif($Rent==1) {{__('lng.NotRentHouse')}} @endif) , {{__('lng.Water')}} - (@if ($Water) {{$Water}} @else {{__('lng.All')}} @endif), {{__('lng.Electricity')}} - (@if ($Electricity == null) {{__('lng.All')}} @elseif($Electricity==0) {{__('lng.NoElectricity')}} @elseif($Electricity==1) {{__('lng.Electricity')}} @endif), {{__('lng.Area/Ward')}} - (@if ($Area) {{$Area}} @endif)
@if (\PBFunc::settings('reference')) @endif @if (\PBFunc::settings('author_relation')) @endif {{-- --}} {{-- --}} {{-- --}} {{-- --}} @php $i=0;@endphp @foreach ($Houses as $House) @if (\PBFunc::settings('reference')) @endif @foreach($House->members as $Member) @if($Member->member_relation_id == App\Extra\General\DBFixedValues::AUTHORITY) @if (\PBFunc::settings('author_relation')) @endif @endif @endforeach {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach
{{__('lng.SiNo')}} {{__('lng.HouseName')}} {{__('lng.RegisterNumber')}}{{__('lng.Reference')}}{{__('lng.Author')}}{{__('lng.Relation')}}{{__('lng.Place')}}{{__('lng.Area/Ward')}}{{__('lng.Water')}}{{__('lng.District')}}{{__('lng.State')}}
{{++$i}} {{$House->name}} {{$House->registernumber}}{{$House->reference}} {{$Member->name}}{{$Member->relation_type}} ({{$Member->relation}}){{$House->place}}{{$House->area}}{{$House->water}}{{$House->district}}{{$House->state}}
{{__('lng.Back')}}
@endsection