Basic Information

Primary Contact Details

{{ $primary_contact->name }}

{{ $primary_contact->address }}

{{ $primary_contact->email }}

{{ $primary_contact->phone ? $primary_contact->phone : '-' }}

@if($primary_contact->website)

{{ $primary_contact->website }}

@endif
@if($company && $account->account_type == 'company')
Company Details
@endif
Other Details

Last Modified {{ date_format(date_create($account->updated_at), 'd F Y, h:i A') }}

Created on {{ date_format(date_create($account->created_at), 'd F Y, h:i A') }}

Created by {{ $user->display_name }}