Choose Your Plan
Just One Step Away from Using Webhook Service
@foreach($plans as $plan)
@if(str_replace('$', '', $plan->plan_name) == 0)
7 day trial
{{$plan->description}}
Contact create via api
Inbound SMS
Contact opted-out
@if($webhookSubscription == 0)
@endif
@else
$
{{str_replace('$', '', $plan->plan_name)}}
/
Month
{{$plan->description}}
Contact create via api
Inbound SMS
Contact opted-out
@if($auth_user->hasRole(27) && $plan->id == 2)
Part of the package
@else
@endif
@endif
@endforeach