@extends('layouts.app') @section('head') @endsection @section('content')
Email: {{ $contact->email1 ?? 'N/A' }}
Phone: {{ $contact->phone1 ?? 'N/A' }}
Address: {{ $contact->street_address ?? 'N/A' }}, {{ $contact->city ?? '' }}, {{ $contact->state ?? '' }} {{ $contact->zip_code ?? '' }}
No linked properties
@endif{{ $activity->created_at->diffForHumans() }}
{!! nl2br(e($activity->details)) !!}
No activity recorded yet.