@php use App\Helpers\Helper;$configData = Helper::applClasses(); @endphp @extends('layouts/fullLayoutMaster') @section('title', __('locale.auth.forgot_password')) @section('page-style') {{-- Page Css files --}} @if(config('no-captcha.login')) {!! RecaptchaV3::initJs() !!} @endif @endsection @section('content')
@endsection