@php
    $arr = unserialize($error_info->data);
  @endphp
  Project: {!! $arr['Project'] !!}
  Server: {!! $arr['Server'] !!}
  Type: {!! $error_info->type !!}
  URL: {!! $arr['Url'] !!}
  Script: {!! $arr['File'] !!} ({{$arr['Line']}})
  Time: {!! date('m/d/Y H:i:s',strtotime($error_info->date)) !!}
   ----------------------------------------
   {!! $arr['Message'] !!}
   ----------------------------------------
  
  
   
  You have received this notification because you have either subscribed to it, or are involved in it.