@extends('Centaur::layout') @section('title', 'Create A New Password') @section('content')

Reset Your Password

{!! ($errors->has('password') ? $errors->first('password', '

:message

') : '') !!}
{!! ($errors->has('password_confirmation') ? $errors->first('password_confirmation', '

:message

') : '') !!}
@stop