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

{{ translate('Forgot Password?') }}

{{ translate('Enter your email address to recover your password.') }}

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection @section('script') @endsection