Details of Deceased Estates
Deceased Full Name :
{{ucfirst($property_details->firstname).' '.ucfirst($property_details->surname)}}
Date of Death :
{{date('d-m-Y', strtotime($property_details->death_date))}}
Claims Date :
{{date('d-m-Y', strtotime($property_details->claim_date))}}
@if($property_details->status==1)
Address :
{{ucfirst($property_details->address_1).' '.ucfirst($property_details->address_2)}}
{{ucfirst($property_details->town)}}
{{ucfirst($property_details->postcode)}}
{{ucfirst($property_details->country)}}
@elseif($property_details->status==2)
Address :
{{ucfirst($property_details->address_1)}}
@endif
Details of the Executor/Administrator
@if(empty($property_details->e_address))
Name:
{{ucfirst($property_details->e_firstname).' '.ucfirst($property_details->e_surname)}}
Address:
{{ucfirst($property_details->e_address1)}}
{{ucfirst($property_details->e_address2)}}
{{ucfirst($property_details->e_town)}}
{{ucfirst($property_details->e_country)}}
{{ucfirst($property_details->e_postcode)}}
@else
{{($property_details->e_address)}}
@endif
@if($property_details->email)
Email :
{{($property_details->email)}}
@endif
@if($property_details->phone)
Phone :
{{($property_details->phone)}}
@endif