@php $team = Auth::user()->getAttribute('team'); $teamManager = Auth::user()->getAttribute('teamManager'); $titlebar_links = []; $filters = []; if ($plansSubscriptionMonthly->count() > 0) { $titlebar_links[] = [ 'label' => 'Monthly', 'link' => '#monthly', ]; $filters[] = 'Monthly'; } if ($plansSubscriptionAnnual->count() > 0) { $titlebar_links[] = [ 'label' => 'Yearly', 'link' => '#yearly', ]; $filters[] = 'Yearly'; } if ($prepaidplans->count() > 0) { $titlebar_links[] = [ 'label' => 'Pre-Paid', 'link' => '#pre-paid', ]; $filters[] = 'Pre-Paid'; } if ($plansSubscriptionLifetime->count() > 0) { $titlebar_links[] = [ 'label' => 'Lifetime', 'link' => '#lifetime', ]; $filters[] = 'Lifetime'; } @endphp @extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('Plans and Pricing')) @section('titlebar_actions', '') @section('titlebar_actions_before')
@lang('Active Plan') @if (Auth::user()->activePlan() != null) {{ getSubscriptionName() }} @else @lang('None') @endif
{{-- blade-formatter-disable --}} {{-- blade-formatter-enable --}}@lang('Renewal Date') @if (Auth::user()->activePlan() != null) {{ getSubscriptionDaysLeft() }} @lang('Days') @else @lang('None') @endif
{{-- blade-formatter-disable --}} {{-- blade-formatter-enable --}}@lang('Team Plan') @if ($team) @lang('Active') @else @lang('Not Active') @endif
{{-- blade-formatter-disable --}} {{-- blade-formatter-enable --}}@lang('Please select a subscription plan or a token pack to upgrade your current plan.')
{{ __($plan->name) }}
{{ __('Please enable a payment gateway') }}
@endif{{ __($plan->name) }}
{{ __('Please enable a payment gateway') }}
@endif{{ __($plan->name) }}
{{ __('Please enable a payment gateway') }}
@endif{{ __($plan->name) }}
{{ __('Please enable a payment gateway') }}
@endif