@stack('css')
@if(Auth::check()) @include('layouts.header') @include('layouts.menu') @endif @yield('content') @include('sweetalert::alert')
@if(Auth::check()) @include('layouts.footer') @endif
{{ csrf_field() }}
Update
Password
Minimum 8 character, must contain alphabet, number and special character
e.g : yz193k@4
Old Password
New Password
New Password Confirmation
@stack('js')