@extends('auth.layouts.authentication') @section('content')
{{ translate('Password Reset Page Image') }}
{{ translate('Site Icon')}}

{{ translate('Reset Password') }}

{{ translate('Enter your email address and new password and confirm password.') }}
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection