@extends('layouts.frontend.app') @section('title', 'Shopping Now') @section('content')
@csrf

Forgot Password

@error('username') {{ $message }} @enderror


@if (setting('recovrAC') == "emailsms" || setting('recovrAC') == "sms") Recover by phone {{ env('APP_NAME') }}
@endif Go Back to Sign In
@endsection