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