@if(!defined('LOAD_CHATBOT'))
@push('js')
@include('apps.Conferencing.Messenger.partials.handlebars')
{!! App\Repositories\Conferencing\Messages::talk_live(['user'=>["id"=>auth()->user()->id, 'callback'=>['msgshow']], 'conversation' => ["id" => 1]]) !!}
@endpush
@push('css')
@endpush
@php(define('LOAD_CHATBOT', true))
@endif