@section('title') My Profile @endsection @section('breadcrumbs') {{ Breadcrumbs::render('subscribe') }} @endsection @push('styles') @endpush @if (count($errors) > 0)
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif {!! getSystemAlerts('update_address') !!} @if($auth_user->account_completed == 1)
@include('pages.users.profile-headerdetails')
@if($pacakage)

Current Package:

@if($pacakage->type == "Annually") {{$pacakage->plan_name.' ($'.($pacakage->price * 12).'/Annual)'}} @else {{$pacakage->plan_name.' ($'.($pacakage->price).'/Month)'}} @endif
@endif
@php $amount = auth_user()->uncollectiblePayments()->where('status', '0')->pluck('amount')->toArray(); $totalAmount = 0; @endphp @if(!empty($amount)) @php $totalAmount = array_sum($amount); @endphp

We need your attention!

Your account has been suspended due to a failed subscription payment. To reactivate your account, please pay your outstanding payment ${{$totalAmount}}.
@endif
@if($as_paymentMethods && count($as_paymentMethods) > 0) @foreach($as_paymentMethods as $paymentMethod)
{{ $paymentMethod->billing_details->name }} @if($paymentMethod->is_default) Default @endif
{{ ucwords($paymentMethod->card->brand) }} **** {{ $paymentMethod->card->last4 }}
Card expires at {{ $paymentMethod->card->exp_month }}/{{ $paymentMethod->card->exp_year }}
@if(!$paymentMethod->is_default)
@endif
@endforeach @else

No payment method found!

Please click here to add new payment method.
@endif
@if($as_paymentMethods && count($as_paymentMethods) > 0) @if(!$user->campaign_register_id)

Campaign Registry

WELCOME TO TEXTDRIP
We built Textdrip with deliverability at the center of everything we do. The thought is, we can have the fanciest platform with loads of features, but your message is getting delivered is the most important thing.
With 10 DLC we do need something from you to deliver on that promise. The first thing you want to do is register your number through the campaign registry. We have an easy-to-use form to complete this, and unlike most companies, we do not charge you for it.
This has nothing to do with your caller ID and isn't shown to customers when you call or text them it's used to verify that you are a US business and not some overseas scammer blasting people with messages. Keep in mind that your EIN is tied to the campaign registry and that includes any limitations. Such as T mobile's 2000 messages per day. So, you'll want to use your own unique EIN and not a shared office EIN. And you also don't want to use the same EIN in multiple platforms, or you'll be sharing in those same limitations. Campaign registry is required for any and all business texting platforms, not just Textdrip.
Thank you for being a textdrip customer.
@endif @endif @if(isset($phonePurchaseWarning) && $phonePurchaseWarning) @endif @push('scripts') @endpush @else
Please finish the setup of your account first. Finish setup
@endif