@extends('user.layout.master') @section('title', 'Chat') @section('content')
@livewire('chat.user-chat')
@endsection @push('custom-scripts') @endpush