name); ?>
type == 'company' && \Auth::user()->plan == $plan->id): ?>
type == 'super admin' && $plan->price > 0): ?>
price)); ?>
/duration])); ?>
trial_days ? $plan->trial_days : 0)); ?>
- max_users == -1 ? __('Unlimited') : $plan->max_users); ?>
- max_customers == -1 ? __('Unlimited') : $plan->max_customers); ?>
- max_venders == -1 ? __('Unlimited') : $plan->max_venders); ?>
- max_clients == -1 ? __('Unlimited') : $plan->max_clients); ?>
- storage_limit == -1 ? __('Unlimited') : $plan->storage_limit . ' MB'); ?>
- account == 1 ? __('Enable') : __('Disable')); ?>
- crm == 1 ? __('Enable') : __('Disable')); ?>
- hrm == 1 ? __('Enable') : __('Disable')); ?>
- project == 1 ? __('Enable') : __('Disable')); ?>
- pos == 1 ? __('Enable') : __('Disable')); ?>
- chatgpt == 1 ? __('Enable') : __('Disable')); ?>
type == 'super admin'): ?>
price > 0): ?>
'DELETE',
'route' => ['plans.destroy', $plan->id],
'id' => 'delete-form-' . $plan->id,
]); ?>
type != 'super admin'): ?>
price > 0 &&
\Auth::user()->trial_plan == 0 &&
\Auth::user()->plan != $plan->id && $plan->trial == 1): ?>
id != \Auth::user()->plan): ?>
price > 0): ?>
id != 1 && $plan->id != \Auth::user()->plan): ?>
requested_plan != $plan->id): ?>
type == 'company' && \Auth::user()->trial_expire_date): ?>
type == 'company' && \Auth::user()->trial_plan == $plan->id): ?>
trial_expire_date) ? \Auth::user()->dateFormat(\Auth::user()->trial_expire_date) : 'lifetime'); ?>
type == 'company' && \Auth::user()->plan == $plan->id): ?>
plan_expire_date) ? \Auth::user()->dateFormat(\Auth::user()->plan_expire_date) : 'lifetime'); ?>