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

Client Reset Password


{{ csrf_field() }}
@php if($errors->has('email')) { echo $errors->first('email') ; } @endphp
@php if($errors->has('password')) { echo $errors->first('password') ; } @endphp
@php if($errors->has('password_confirmation')) { echo $errors->first('password_confirmation') ; } @endphp
@endsection