@extends('layouts.app') @section('title', 'Team Chat') @section('page-title', 'Team Chat') @section('content')
{{ auth()->user()->name }} (You)
@if(auth()->user()->occupation){{ auth()->user()->occupation }}
@endif{{ $member->name }}
@if($member->occupation){{ $member->occupation }}
@endifEveryone in {{ auth()->user()->company->name }} can see messages here
{{ $msg->content }}
No messages yet
Start the conversation with your team!