@if(!empty(Auth::user()->name))
{{Auth::user()->name}} {{Auth::user()->user_type}}
@endif
Welcome !
My Account
{{ __('Logout') }}
@csrf
@yield('content')
{{----}}
@yield('endscript')