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

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

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

@csrf
@endsection @section('script') @endsection