@extends('admin.layout.master') @section('content')
@include('admin.layout.notification')

Change Password

{{ csrf_field() }}
@if ($errors->has('current-password')) {{ $errors->first('current-password') }} @endif
@if ($errors->has('new-password')) {{ $errors->first('new-password') }} @endif
@stop()