@extends('layouts.adminapp') @section('title') {{ __('lng.HouseReport') }} - {{ __('lng.Print') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_house_report', 'open') @section('active_house_report', 'active') @section('active_house_report_show', 'active') @section('content')

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

@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.Area/Ward')}}
{{++$i}} {{$House->name}} {{$House->registernumber}}{{$House->reference}} {{$Member->name}}{{$Member->relation_type}} ({{$Member->relation}}){{$House->area}}
{{ __('lng.Back') }}
@endsection