@extends('user::admin.auth.layout') @section('title', clean(trans('user::auth.reset_password'))) @section('content')

{{ clean(trans('user::auth.reset_password')) }}

{{ csrf_field() }}
@if($errors->has('new_password')) {{ clean($errors->first('new_password')) }} @endif
@if($errors->has('new_password_confirmation')) {{ clean($errors->first('new_password_confirmation')) }} @endif
@endsection