@extends('layouts.user') @section('title', 'Chat - StarHela') @section('page-title', 'Chat') @section('breadcrumb-current', 'Chat') @section('content')
Chat
@if(session('success'))
{{ session('success') }}
@endif

Chat content will be displayed here.

@endsection