@extends('layout.masters') @section('content')

Change Password

{{ csrf_field() }}

min 8 chars 1 number 1 CAPS

Please enter valid password

@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif

Must match the password

@if ($errors->has('confirm_password'))
{{ $errors->first('confirm_password') }}
@endif
Cancel
@endsection