@extends('Frontend.Layouts.modal') @section('modal_class', 'modal-lg') @section('title') {!!trans('front.chat')!!} @stop @section('body')
{{trans('front.objects')}}
@include('Frontend.Chat.partials.table')
@include('Frontend.Chat.partials.conversation_empty')
@stop @section('buttons') @stop