@extends('frontend::layouts.auth_layout') @section('title', __('frontend.forgot_password')) @section('content')
@include('frontend::components.partials.logo')
{{ __('Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.') }}
@csrf
{{ __('Send Email') }}
@endsection