Card Details

Update your Billing or Change your Subscription Plan below.
@foreach ($paymentMethods->where('default_method', 1) as $paymentMethod)
@if ($paymentMethod['default_method']) Default @else Set Default Delete @endif

{{ $paymentMethod['brand'] }}

{{ $user['full_name'] }}

XXXX XXXX XXXX {{ $paymentMethod['card_number'] }}

Valid Till   {{ str_pad($paymentMethod['exp_month'], 2, '0', STR_PAD_LEFT) }}/{{ $paymentMethod['exp_year'] }}

@if ($paymentMethods->count() > 1) @endif @endforeach
{{-- @if(!$islogofly) @if($addOnplans) @if ($subscriptions->isNotEmpty())

Plan Addons

Listing for addons that you can select or remove from existing.

{{$addOnplans->name ?? ''}}

for an additional $100/month, you can add
Slack Integration to any of your plans!

@if ($activeSlack) delete @else @endif
@endif @else --}}

slack

Slack Communication included

{{-- @endif @endif --}}

Subscription plan

Update your Billing or Change your Subscription Plan below.
@foreach ($project_types as $project_type) @if ($subscriptions->where('name', $project_type->slug)->isNotEmpty()) @foreach ($subscriptions->where('name', $project_type->slug) as $subscription) @foreach($subscription->items as $key => $item) @php $plan = $item->plan; $getQuantity = $subscription->quantity ? $subscription->quantity :($item->quantity ? $item->quantity : 1); @endphp
{{-- @if(!$islogofly) --}}

{{ $plan->project_type_name ?? '' }} @if($plan->singlePermission) & Video @endif

{{-- @endif --}}

{{ $plan->name }}

@if (!$subscription->ends_at) @else @endif
@if ($subscription->currentPlan->trial_days)

{{ $subscription->currentPlan->trial_days ?? '' }} Day Satisfaction Guarantee

@endif

{{ currency_symbol($plan->currency) }} {{ number_format($plan->totalSubscriptionPrice($getQuantity)) }}/{{ $plan->plan_cycle_name ?? 'One time' }}

@if($plan->singlePermission == null)

{{ $getQuantity ?? 1 }} {{ $plan->project_type_name }} {{$plan->plan_cycle_name ? 'Stream' : 'Project'}}

@endif
    @foreach ($plan->plan_features ?? [] as $feature)
  • done {{ $feature ?? '' }}
  • @endforeach
@if (!$subscription->ends_at) @if ($subscription->pause_collection) @if ($isCompany) @else Paused... @endif @else @if($isBillingHide) @elseif($subscription->downgradeLog) @else @endif @if ($isCompany) @endif
@if ($subscription->activeCancelRequest) Requested... @else Cancel Plan @endif
@endif @else @if ($subscription->onGracePeriod()) Resume Plan @else @endif @endif @if ( $plan->is_offline && !$isCompany)

This is offline plan, So, only admin can update the quantity
But you can switch to our live plans

@endif
@endforeach @endforeach @else {{-- @if(!$islogofly) --}}

{{ $project_type->name ?? '' }}

@if($project_type->id == 3)
add_circle

( Coming Soon )

@else
add_circle
add new plan
@endif
{{-- @endif --}} @endif @endforeach {{-- @endif --}}
@if ($isModal === 'subs_plans_modal') @include('livewire.settings.inc.subs-plans') @endif
@if ($isModal === 'add-payment-method') @include('livewire.settings.inc.payment-method') @endif @if ($isModal === 'cancel_subscription') @livewire('settings.billing.cancel-subscription', ['subscription' => $_subscription]) @endif @include('livewire.settings.inc.all-cards') @include('inc.livewire-loader')