@if(count($getchatmsg) > 0) @foreach($getchatmsg as $key => $val) @if($val['show_type'] == 'from')
{{ $val['fname'] }}

{{ $val['message'] }}

{{ $val['created_at'] }}
@endif @if($val['show_type'] == 'to')

{{ $val['message'] }}

{{ $val['created_at'] }}
@endif @endforeach @endif