{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
{{----}}

Property Info

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
@if(json_decode(Session::get(config('propai.authSessionKey')))->user_type!=1)

Your Property Comments

@if(count($comments)>0)
@foreach($comments as $item)
{{date("d-m-Y",strtotime($item->created_at))}}
{{$item->comment}}
@endforeach
@endif
@endif @if ($campaign_history->count())

Campaign History

@foreach ($campaign_history as $item) @endforeach
Campaign Trigger Last Letter Sent Status
{{$item->campaign->name}} {{$trigger[$item->trigger]}} {{isset($item->campaign->sent_date) && $item->campaign->sent_date ? $item->campaign->sent_date->format('d M Y') : '' }} {{$item->campaign->campaign_status == 1 ? 'Sent' : 'Sending'}}

@endif
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}}