@extends('layouts.app', ['title' => __('Chat'), 'hideActions'=>true ])
@section('content')
@include('partials.flash')
@include('wpbox::chat.conversations')
@include('wpbox::chat.chat')
@include('wpbox::chat.tools')
@include('wpbox::chat.scripts')
@include('wpbox::chat.onesignal')