@php $logo = \App\Models\Account::where('id',\App\Models\Contact::where('user_id',\Auth::id())->first()->account_id)->first()->logo; @endphp

@if($logo)

@else

ACME FINANCIAL SERVICES

@endif

Powered by GLESEC

CYBERSECURITY NEWS
CUSTOM REPORT

Generated on {{date('m/d/Y',strtotime($data->created_at))}} by {{\App\Models\Contact::getContactInfo($data->user_id)}}

@if($data->description) @foreach (unserialize($data->description) as $key => $value) @if(isset($value['title']))

{{$value['title']}}

{{date('m/d/Y H:i',strtotime($value['date_to']))}} {!!$value['html_text']!!} @endif @endforeach @endif