@extends('agency.layouts.app') @section('title', 'Mesajlarım') @section('page_title', 'Mesajlarım') @push('styles') @php $reverbOn = config('broadcasting.default') === 'reverb' && config('broadcasting.connections.reverb.key'); @endphp @endpush @section('content')
{{-- Sol: sohbet listesi --}} {{-- Sağ: thread --}}

Sohbet seçin

Soldan bir sohbet açın veya yeni bir kişiyle konuşma başlatın.

Mesajlaşma
{{-- Link/belge seçici --}}
Modül Bağlantısı / Belge
@endsection @push('scripts') @if($reverbOn) @endif @endpush