@extends('layouts.master') @section('content')
{{ csrf_field() }}

Change Password

Old Password @if ( $errors->has( 'password' ) ) {{ $errors->first( 'password' ) }} @endif
New Password @if ( $errors->has( 'newpassword' ) ) {{ $errors->first( 'newpassword' ) }} @endif
Confirm New Password @if ( $errors->has( 'newpassword_confirmation' ) ) {{ $errors->first( 'newpassword_confirmation' ) }} @endif

@endsection