Details Of Properties
{!! ucwords(strtolower($probateProperty->address_1)) !!}, @if($probateProperty->address_2) {!! ucwords(strtolower($probateProperty->address_2)) !!}, @endif {!! ucwords(strtolower($probateProperty->town)) !!}, {!! $probateProperty->postcode_postcode !!}

@if(\App\Helpers\Helper::existCampaign($probateProperty->id)) @else @endif

Deceased Full Name

@if($probateProperty->firstname) {!! $probateProperty->firstname !!} @endif @if($probateProperty->surname) {!! $probateProperty->surname !!} @endif

  • Date of Death
  • Publication Date
  • Claim Date
  • : {!! \Carbon\Carbon::parse($probateProperty->death_date)->format('d-m-Y') !!}
  • : {!! \Carbon\Carbon::parse($probateProperty->publication_date)->format('d-m-Y') !!}
  • : {!! \Carbon\Carbon::parse($probateProperty->claim_date)->format('d-m-Y') !!}

Details of the Executor/Administrator
Name Address
@if($probateProperty->company_name) {!! $probateProperty->company_name !!} @else {!! $probateProperty->first_name." ".$probateProperty->sur_name !!} @endif @if($probateProperty->executor_address1) {!! $probateProperty->executor_address1 !!}, @endif @if($probateProperty->executor_address2) {!! $probateProperty->executor_address2 !!}, @endif @if($probateProperty->executor_town) {!! $probateProperty->executor_town !!}, @endif @if($probateProperty->executor_postcode) {!! $probateProperty->executor_postcode !!} @endif @if($probateProperty->executor_phone)
{!! $probateProperty->executor_phone !!} @endif @if($probateProperty->executor_email)
{!! $probateProperty->executor_email !!} @endif
View More
Sold History
@if(count($soldHistory)>0) @foreach($soldHistory as $sold) @endforeach @else @endif
Sold Price Sold Date Tenure
£{!! $sold->sold_price !!} {!! \Carbon\Carbon::parse($sold->sold_date)->format('d-m-Y') !!} @if($sold->tenure=='F') Freehold @elseif($sold->tenure=='L') Leasehold @else - @endif
No data found