@if(auth()->check())
{{auth()->user()->name}}
{{auth()->user()->getRoleNames()->first()}}
Logout
Change Password
{{auth()->user()->name}}
@endif
@yield('content')
@yield('scripts')