@stack('css')
@if ($errors->any())
Gagal!
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach {{ Session::get('flash_error') }}
@endif
Ubah Password
{{csrf_field()}}
@include('layouts/pegawai/footer')