@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
   
  
                @foreach ($data as $key => $value)
                  @if(isset($value->title))
                    
{{$value->title}}
                    {{date('m/d/Y H:i',strtotime($value->date_to))}}
                    {!!$value->html_text!!}
                  @endif
                @endforeach