14 lines
222 B
PHP
14 lines
222 B
PHP
<h1 class="mt-8 text-2xl font-medium text-gray-900">
|
|
|
|
@manager
|
|
Welcome
|
|
@endmanager
|
|
|
|
@viewer
|
|
Hi
|
|
@endviewer
|
|
|
|
{{ auth()->user()->name }} (role: {{ auth()->user()->role->label() }} )
|
|
</h1>
|
|
|