@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
{{-- Kısa bilgi balonu (istek gönderildi, ayar kaydedildi vb.) --}}
{{-- Grup oluşturma (WhatsApp mantığı: ad + üye seçimi) --}} {{-- Grup bilgisi: üyeler + üye ekleme + gruptan ayrılma --}} {{-- Dış sohbet isteği gönder (el sıkışma başlangıcı) --}} {{-- Dış sohbet izinleri: acentemize dışarıdan kimlere ulaşılabilir --}}
@endsection @push('scripts') @if($reverbOn) @endif @endpush