Messages:
@if(isset($messageThreads) && $messageThreads) @foreach($messageThreads as $key => $thread) @if($thread->sender_type == $userRoleType['locationadmin'])
{{ $thread->message }}
@if($thread->image)
@endif

{{ date('D, M j, Y h:i A', strtotime(utcToLocalDateTime($timezone, $thread->created_at))) }}

 

@elseif($thread->sender_type == $userRoleType['employee'])
{{ $thread->message }}
@if($thread->image)
@endif

{{ date('D, M j, Y h:i A', strtotime(utcToLocalDateTime($timezone, $thread->created_at))) }}

 

@endif @endforeach @else No Message found. @endif