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

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

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

@csrf @if($coverage)
@error('phone')

{{ $message }}

@enderror @error('country_code')

{{ $message }}

@enderror
@else
@error('phone') {{ $message }} @enderror
@endif @if(config('no-captcha.registration')) @error('g-recaptcha-response') {{ __('locale.labels.g-recaptcha-response') }} @enderror @endif
@error('first_name') {{ $message }} @enderror
@error('last_name') {{ $message }} @enderror
@if(config('no-captcha.registration'))
{!! RecaptchaV3::field('subscribe') !!}
@endif
@endsection @section('vendor-script') @endsection @section('page-script') @endsection @push('scripts') @endpush