@if(\App\Helpers\Helper::existCampaign($probateProperty->id)) @else @endif
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 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 |