@extends('front.layouts.master') @section('title', 'Messenger') @push('post_styles') @endpush @section('content')

{{translate('Messenger')}}

@if(count($conversationUsers)>0)
    @include('front.pages.candidate.message.conversationList')
@include('front.pages.candidate.message.message')
@else

{{translate('You have no conversation')}}

@endif
@endsection @push('post_scripts') @include('js.candidate.message') @endpush