{{auth()->user()->name}}
{{auth()->user()->getRoleNames()->first()}}
Logout
Change Password
{{auth()->user()->name}}
@include('layouts.sidebar')
@yield('content')
Ready to end session?
Select "Logout" below to end your current session.
Change Password
@csrf
Current Password:
*
Show
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Password:
*
Show
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Confirm Password:
*
Show
@if ($errors->has('confirm_password'))
{{ $errors->first('confirm_password') }}
@endif
@yield('scripts')