@include('layouts.head')
{{-- pre loader --}} @include('layouts.pre_loader')
@include('layouts.aside_left') @include('layouts.header') {{-- page body start here --}}
Manage Password
Manage Password
@if (session('status')=='success')
@endif @if (session('status')=='error')
@endif @if (session('status')=='failed')
@endif
@csrf
Old Password
Invalid old password
New Password
Confirm Password
Submit
{{-- page body end here --}}
@include('layouts.scripts')