@extends('layouts.app')
@section('content')
@php
use GletraChatBox\App\Models\Status;
@endphp
@include('chat.partials.sidebar')
@include('chat.partials.header')
@include('chat.partials.message-modals')
@include('chat.partials.messages')
@include('chat.partials.input')
@include('status.partials.viewer-overlay')
@endsection