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

{{ 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