@extends('layouts.app') @push('pageTitle') {{ __('labels.chat_title') }} @endpush @push('css') @endpush @section('content')
{{-- left-sidebar.blade.php --}} @include('pages.chats.templates.left-sidebar', [ 'groups' => $groups, 'chats' => $chats, ])
@include('pages.chats.templates.chat', [ 'activeChat' => $activeChat ])
@endsection @push('js') {{-- Pusher is bundled in Vite - do NOT load from CDN or we get duplicate connections --}} @endpush