@extends('frontend::page') @section('content')
@lang('general.forgotten_your_password') @if(Session::has('success')) @else
@csrf @if(count($errors) > 0) @endif
@if ($settings['enable_google_recaptcha'] == '1')
@endif
@endif
@endsection