@section('title') Dashboard @endsection @section('breadcrumbs') {{Breadcrumbs::render('dashboard')}} @endsection @if($auth_user->account_completed == 0) @php $queue = $auth_user->campaignRegistryQueue; @endphp

In order to add contacts to your account please finish setting up your account below

1

Step 1

Description
2

Step 2

Landing Page
3

Step 3

IRS Registration PDF
4

Step 4

EIN details
5

Step 5

Account setup complete
/
@php $image_required = !empty($auth_user->image) ? '' : 'required'; @endphp @if(!empty($auth_user->image))
Profile
@endif

Campaign Registry Help

Registering for your own EIN couldn't be any easier. Follow the instructional video below.
Having your own Brand/EIN registered for your texting number will give you the full daily limitation for T-Mobile of 2000 segments, and 240 segments per minute for AT&T
  • You can create a New LLC and get your EIN for FREE with the IRS link above.
  • The IRS allows 1 registration per day by an individual SSN
  • Between the hours of 7AM - 10PM Eastern

Campaign Registry Help

Registering for your own EIN couldn't be any easier. Follow the instructional video below.
Having your own Brand/EIN registered for your texting number will give you the full daily limitation for T-Mobile of 2000 segments, and 240 segments per minute for AT&T
  • You can create a New LLC and get your EIN for FREE with the IRS link above.
  • The IRS allows 1 registration per day by an individual SSN
  • Between the hours of 7AM - 10PM Eastern
@else @can('carbon-list') @section('inboxBreadcrumbs') Add Campaigns Import @endsection @endcan @if(isset($ghostedPhoneNumberWarning) && $ghostedPhoneNumberWarning) @foreach($ghostedPhoneNumberWarning as $number) @if( date("Y-m-d", strtotime($number['ghosted_days_at']." + ".($number['ghosted_days']+1)." days")) > date("Y-m-d", strtotime('+1 days'))) @php $ghostedWarning = 'Your phone number '.$number['phone'].' will be ghosted after '.date("Y-m-d", strtotime($number['ghosted_days_at']." + ".$number['ghosted_days']." days")).' automatically, or you can ghost phone number from here!
'; $ghostedDaysAt = date("d F Y 23:59:59", strtotime($number['ghosted_days_at']." + ".$number['ghosted_days']." days")); @endphp
{!! $ghostedWarning !!}
@endif @endforeach @endif @php $assignRole = getUserAssignRole($auth_user->plan_type); @endphp @if($auth_user->hasRole(1) || $auth_user->hasRole($assignRole)) @canany(['carbon-list', 'teams-list']) @if(isset($teamInvitations) && count($teamInvitations) > 0) @foreach($teamInvitations as $teamInvitation) @if($teamInvitation->user)

Team Invitation

{{$teamInvitation->user->name}} invite you to join their team, do you want to join team ? Yes No
@endif @endforeach @endif @endcanany @endif @if(isset($copyDataRequest) && count($copyDataRequest) > 0) @foreach($copyDataRequest as $copyData)

Request for clone settings (Bucket, Drip campaign, Pipeline, Quick Responses and Tags).

{{$copyData->name.' ('.$copyData->email.')'}} has requested permission to clone settings to their account. Would you like to allow this? Allow Reject
@endforeach @endif
@if ($loggedAdminId)

You have login with : {{$auth_user->firstname . ' ' . $auth_user->lastname}}

Back @else

Welcome!

@endif

Loading...
BETA
Health Score

 
Loading...
Today's Delivery Rate
 
Loading...
Opt-out Rate
 
Loading...
Spam Rate
 
Loading...
Message Failure

Response Rate BETA
For {{formatDate($responseDate, 'd','iso')}}

{{$responseRate['percentage']}}%
 
{{number_format($responseRate['total_outboud'])}} Total Leads Reached
 
{{number_format($responseRate['total_inbound'])}} Total Leads Replied

Drip Message Quality BETA @if($auditDrip == 0) @endif
Total Drip Messages: {{$totalDrips}}
@if($totalUnsolicited > 0) Unsolicited Messages @else Unsolicited Messages @endif : {{ $totalUnsolicited }}

@if($totalUnsolicited == 0 && $totalDrips == 0)
No drips found.
@else
@endif
@php $segmentsData = array("Today's", "Tomorrow's", "This week", "This month"); @endphp @foreach($segmentsData as $key => $value)
Loading...
{{$value}} drip segments
@endforeach

Mobile App Login

@php $string = openssl_encrypt($auth_user->id."_".$auth_user->api_token, sha256_salt('ciphering'), sha256_salt('encryption_key'), sha256_salt('options'), sha256_salt('encryption_iv')); $googleChartApiUrl = QrCode::size(145)->color(0, 0, 0)->margin(1)->generate($string); @endphp
{{$googleChartApiUrl}}

Install Mobile App

{{--
--}}

Audit Message Delivery & Failure Rates

Spam Message Rates

@if(count($invoices) > 0) @foreach($invoices as $invoice) @endforeach @else @endif
@php $paidFor = false; if ($invoice->billing_reason == 'manual' && $invoice->metadata && isset($invoice->metadata->campaign_register_id)): $paidFor = true; endif; @endphp
{{$invoice->number}} {{ ($paidFor) ? 'Campaign Registry Fee' : 'Subscription' }} @if($invoice->billing_reason == 'manual' && $invoice->metadata && isset($invoice->metadata->campaign_register_id)) ${{ number_format((isset($invoice->lines->data[0]) ? $invoice->lines->data[0]->amount : $invoice->amount_paid) / 100, 2) }} @else ${{ number_format($invoice->amount_paid / 100, 2) }} @endif {{$invoice->collection_method}} {{$invoice->status}} {{formatDate($invoice->created,"dt","default")}}
No data found.
@php $monthlyPlans = collect($getPlans)->where('type', 'Monthly'); $annuallyPlans = collect($getPlans)->where('type', 'Annually'); $activePlanPriceId = $auth_user->plan_type ?? ''; $activePlan = collect($getPlans)->firstWhere('price_id', $activePlanPriceId); $activePlanType = $activePlan['type'] ?? 'Monthly'; $subscriptionId = isset($activePlan)?$activePlan->id:''; @endphp

Upgrade Your Plan

@foreach($monthlyPlans as $plan)
{{ $plan['plan_name'] }} ${{ $plan['price'] }}
@endforeach
@foreach($annuallyPlans as $plan)
{{ $plan['plan_name'] }} ${{ $plan['price'] * 12 }}
@endforeach
Plan Upgrade

Gift Certificate

@csrf
@error('email'){{ $message }}@enderror
@for($i = 0; $i <= 10; $i++) @php $j = $m = 1; @endphp
@foreach($scheduleMessages as $key => $value) @if(date('y-m-d',strtotime($i." days")) == date('y-m-d',strtotime($value->datetime))) @php if($j % 2 == 0): $bg = 'success'; elseif($j % 3 == 0): $bg = 'warning'; else: $bg = 'info'; endif; @endphp
{{date('h:i',strtotime($value->datetime))}} {{date('A',strtotime($value->datetime))}}
{!! Str::limit($value->body, $limit = 60, $end = '...') !!}
View
@php $j++; $m++; @endphp @endif @endforeach @if($m == 1)

No data found.

@endif
@endfor

Browser Extensions

Congratulations! You’ve earned {{getRewardPoints($auth_user->id)}} bonus points.

Use them to unlock exclusive rewards or discounts. Don’t let them go to waste!

@endif @push('scripts') @endpush