@extends('front.layouts.master')
@section('title', 'Messenger')
@push('post_styles')
@endpush
@section('content')
{{translate('Messenger')}}
@if(count($conversationUsers)>0)
@include('front.pages.company-dashboard.message.conversationList')
@include('front.pages.company-dashboard.message.message')
@else
{{translate('You have no conversation')}}
@endif
@endsection
@push('post_scripts')
@include('js.company.message')
@endpush