@extends('layouts.app') @section('title', 'Dashboard') @section('content')
You are logged in as a {{ ucfirst(auth()->user()->role) }}.
The chat platform features will be implemented here.