@section('page', 'webhooks')

Change Your Plan

@foreach($plans as $plan) @if(str_replace('$', '', $plan->plan_name) == 0)
Freemium
7 day trial
{{$plan->description}} calls
Contact create via api
Inbound SMS
Contact opted-out
@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 @if($plan->id != $webhookUsers->plan_id) @if($plan->id < $webhookUsers->plan_id) Downgrade @elseif($plan->id > $webhookUsers->plan_id) Upgrade @else Active @endif @endif @endif
@endif @endforeach