@extends('layouts.adminapp') @section('title') {{__('lng.House')}} - {{__('lng.Edit')}} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_house', 'open') @section('active_house', 'active') @section('active_house_registration', 'active') @section('content')

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

@csrf @method('patch')
{{__('lng.EditHouse')}}
{{__('lng.AuthorityRegistration')}}
@error('name')
{{ $message }}
@enderror
@if ($AuthorityMember->dob) @php $DOBDT = date("Y-m-d",strtotime($AuthorityMember->dob)); @endphp @else @endif
@error('whatsapp_no')
{{ $message }}
@enderror
@error('religion_study')
{{ $message }}
@enderror
@error('adar')
{{ $message }}
@enderror
orphan) checked @endif type="checkbox" name="orphan" id="flexCheckDefault">
@if (\PBFunc::settings('author_relation'))
@error('relation_type')
{{ $message }}
@enderror
@error('relation')
{{ $message }}
@enderror
@endif
avatar
isEmigrant == "1") checked @endif>
isEmigrant == null) style="display:none" @endif>
{{__('lng.HouseRegistration')}}
@error('housename')
{{ $message }}
@enderror
@error('registernumber')
{{ $message }}
@enderror
@if (\PBFunc::settings('reference'))
@endif
@include('Help.AgeCalculator') @endsection