@php //echo "
"; //print_r($EmailConversations); //echo ""; use App\Models\InboundEmail; @endphp @if(count($EmailConversations)!=0) @foreach($EmailConversations as $key=> $ec) @if($ec['EmailType']=="Inbound")
{{$ec['EmailSubject']}}
@php echo InboundEmail::ExtractMailBody($ec['DescriptionHtml']); @endphp{{$ec['EmailSubject']}}
@php echo InboundEmail::ExtractMailBody($ec['DescriptionHtml']); @endphp