@extends('layouts.admin') @section('content')

Change Password

{{ csrf_field() }}
@if ($errors->has('NewPassword')) {{ $errors->first('NewPassword') }} @endif
@if ($errors->has('NewPassword_confirmation')) {{ $errors->first('NewPassword_confirmation') }} @endif
@endsection