@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')
@if($configData['theme'] === 'dark') {{ config('app.name') }} @else {{ config('app.name') }} @endif

{{ __('locale.labels.unsubscribe') }}

{{ __('locale.labels.unsubscribe') }} {{ __('locale.labels.from') }} {{ $contact->name }}

@csrf @if(config('no-captcha.registration')) @error('g-recaptcha-response') {{ __('locale.labels.g-recaptcha-response') }} @enderror @endif
@error('phone')
{{ $message }}
@enderror
@if(config('no-captcha.registration'))
{!! RecaptchaV3::field('unsubscribe') !!}
@endif
@endsection @push('scripts') @endpush