@extends('layouts.app') @section('title') {{ __('messages_301.User profile') }} @endsection @section('style') @endsection @section('content')
{{ count($chats) }}
{!! $chat->last_message->message !!}