@extends('layouts.admin') @section('title', 'Update Password') @section('content')

Update Password

Update Password

{{ Html::ul($errors->all()) }}
@csrf
{{ Form::close() }}
@endsection