@extends('layouts.account') @section('page-title', 'Message') @section('css') @endsection @section('content')
Messages
{{-- @include('account.chat.sidebar', $users)--}} @include('account.chat.sidebar', ['matchedUsers' => $matchedUsers])
@include('account.chat.chatbox',['matchedUsers' => $matchedUsers, 'receiverId' => request()->route('receiverId')])
@endsection @section('script') @endsection