now this layout Client Dashboard - Invo Security

{{ auth()->user()->name ?? 'Client' }}

{{ auth()->user()->role ?? 'client' }}

@yield('content')