@extends('layouts.app') @section('title', 'Messenger') @push('styles') @include('messenger.partials.avatar-styles') @include('messenger.partials.attachment-styles') @include('messenger.partials.profile-panel-styles') @include('messenger.partials.emoji-styles') @endpush @section('contents') Select a conversation Choose a chat from the list or search for a colleague to start messaging. — Offline Load older messages @if ($canSend) Message @else You do not have permission to send messages. @endif Image × @endsection @push('scripts') @include('messenger.partials.avatar-script') @include('messenger.partials.attachment-script') @include('messenger.partials.profile-panel-script') @include('messenger.partials.emoji-script') @endpush
Select a conversation
Choose a chat from the list or search for a colleague to start messaging.