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