@extends('layouts.master') @section('title', 'Prolex Chat — Secure Legal Messaging') @section('styles') @endsection @section('content')
{{-- LEFT PANEL --}} {{-- MIDDLE PANEL --}}
Select a contact
No conversation selected
Welcome to Prolex Secure Chat. Select a contact to start messaging.
{{-- RIGHT PANEL --}}
@endsection @push('scripts') @vite(['resources/js/chat.js']) @endpush