Email
{{ auth()->user()->email }}
Building Number/ Name
{{ auth()->user()->building_name }}
Street, Landmark
{{ auth()->user()->landmark }}
Post Office
{{ auth()->user()->postOffice }}
@if(auth()->user()->Block)
Block
{{ auth()->user()->Block->name }}
@endif
@if(auth()->user()->localbodytypes)
Localbody Type
{{ auth()->user()->localbodytypes->name_eng }}
@endif
@if(auth()->user()->LocalBodyGet)
Localbody Type
{{ auth()->user()->LocalBodyGet->name_eng }}
@endif
District
{{ auth()->user()->District->name }}
@if(auth()->user()->State)
State
{{ auth()->user()->State->name }}
@endif
@if(auth()->user()->pincode)
PIN code
{{ auth()->user()->pincode }}
@endif
@if(auth()->user()->ProfileStatus)
Profile Status
{{ auth()->user()->ProfileStatus->name }}
@endif