{{ __('Overview') }}

{{ __('Subscriptions overview') }}
@if (currentTeam()->onTrial() && !currentTeam()->subscribed())
{{ __('Your are on trial') }}:
{{ __('Your trial will end on: ') }} {{ currentTeam()->trialEndsAt('main')->toFormattedDateString() }}

{{ __('Please subscribe to a plan to continue using our app after trial period ends') }}

{{ __('Subscribe') }} @endif @if (currentTeam()->subscribed('default'))
@if(currentTeam()->subscription('default')->cancelled())

{{ __('Subscribed: ') }} {{ currentTeam()->plan->title }} Canceled

{{$subscription->amount()}} {{ __(' per ') }} {{$subscription->interval() }}

{{ __('Your plan will be canceled on ') }} {{Carbon\Carbon::parse($subscription->cancelAt())->format('F d Y')}}.

{{ __('Please resume your subscription to continue using our app after trial period ends') }}

@csrf
@endif @if (currentTeam()->subscription('default')->recurring())
'{{ currentTeam()->name }}' {{ __(' is on plan :') }} {{ currentTeam()->plan->title }} ({{$subscription->amount()}} / {{$subscription->interval() }})
{{ __('Total per') }} {{$subscription->interval() }} :

{{$subscription->amount()}}

@if($coupon = $subscription->coupon())
{{ __('Coupon') }} : {{$coupon->name()}} ( {{$coupon->value()}} OFF )
@endif @if($invoice)

{{-- {{ __('Next Payment') }} : {{$invoice->amount()}}
--}} {{ __('This plan renews on ') }} {{Carbon\Carbon::parse($invoice->nextPaymentAttempt())->format('d F Y')}}

@endif @if($customer)

{{ __('Stripe balance') }} : {{$customer->balance()}}

@endif @endif
@if (currentTeam()->subscription('default')->recurring()) Update plan @endif
@if (currentTeam()->subscription('default')->recurring()) @endif
@endif
@if(currentTeam()->subscribed())
{{ __('Plan usage') }}

{{ __('Storage usage') }}

{{ __('4.27 GB') }} {{ __('used of 6 GB') }}
{{ __('Personal usage space') }}
{{ __('Shared space') }}
{{ __('Unused space') }}
@endif