@extends('layouts/LayoutMaster') @section('title', 'Бизнес-Чат') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') @php $sUID = Helper::getUserInfo(2); $mesCountall = Helper::getCountAllNewMes('my'); $bmesCountall = Helper::getCountAllNewMes('bus'); @endphp
@isset($open) @include('includes/messenger/bus/mes', ['sUID' => $open['sUID'], 'mess' => $open['mess'], 'chat' => $open['chat']]) @endisset
@include('includes/messenger/bus/send', ['form' => 'bmessage.send.chat'])
@desktop
@enddesktop
@include('includes/messenger/bus/userCard', ['chats' => $chats])
@endsection @section('content-right')
Мои чаты
Бизнес-чаты
@endsection @section('vendor-script') @endsection @section('page-script') @mobile @endmobile @endsection