@php use Carbon\Carbon; use Illuminate\Support\Str; @endphp @extends('layouts.root') @section('styles') @endsection @section('root-content')

Chat - {{ Auth::user()->name }}

@endsection @section('scripts') @endsection