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