@extends('layouts.app') @section('title', 'Dashboard') @section('content')

Welcome, {{ auth()->user()->name }}!

You are logged in as a {{ ucfirst(auth()->user()->role) }}.

The chat platform features will be implemented here.

@endsection