@php echo mb_substr($in_user->username, 0, 1, 'UTF-8') @endphp

{!! $in_user->username !!}

{!! date('l, M d Y h:i A', strtotime($message['created_at'])) !!}

{!! nl2br($message['message']) !!}

@if (isset($attachment))

{!! $attachment['message_doc_name'] !!}

@endif