{{ __('Subscription') }}

{{ __('Subscription') }}
@if(currentTeam()->subscribed()) @if($subscription)
  • {{ __('plan') }} : {{ currentTeam()->plan->title }} ({{$subscription->amount()}} / {{$subscription->interval() }}) @if(currentTeam()->subscription('default')->cancelled()) {{ __('Ends') }} {{$subscription->cancelAt()}}. Resume @endif
  • @if($coupon = $subscription->coupon())
  • {{ __('Coupon') }} : {{$coupon->name()}} ( {{$coupon->value()}} OFF )
  • @endif @endif @if($invoice)
  • {{ __('Next Payment') }} : {{$invoice->amount()}} in {{$invoice->nextPaymentAttempt()}}
  • @endif @if($customer)
  • {{ __('Balance') }} : {{$customer->balance()}}
  • @endif
@else

{{ __('You don\'t have a subscription') }}

@endif
Biling portal