@if ($package->mark_package_as_popular == 1)
@lang('superadmin::lang.popular')
@endif

{{ $package->name }}

@php $interval_type = !empty($intervals[$package->interval]) ? $intervals[$package->interval] : __('lang_v1.' . $package->interval); @endphp @if ($package->price != 0) {{ $package->price }} {{-- --}} / {{ $package->interval_count }} {{ $interval_type }} {{-- --}} @else @lang('superadmin::lang.free_for_duration', ['duration' => $package->interval_count . ' ' . $interval_type]) @endif

{{ $package->description }}
@if ($package->location_count == 0) @lang('superadmin::lang.unlimited') @else {{ $package->location_count }} @endif @lang('business.business_locations')
@if ($package->user_count == 0) @lang('superadmin::lang.unlimited') @else {{ $package->user_count }} @endif @lang('superadmin::lang.users')
@if ($package->product_count == 0) @lang('superadmin::lang.unlimited') @else {{ $package->product_count }} @endif @lang('superadmin::lang.products')
@if ($package->invoice_count == 0) @lang('superadmin::lang.unlimited') @else {{ $package->invoice_count }} @endif @lang('superadmin::lang.invoices')
@if (!empty($package->custom_permissions)) @foreach ($package->custom_permissions as $permission => $value) @isset($permission_formatted[$permission])
{{ $permission_formatted[$permission] }}
@endisset @endforeach @endif @if ($package->trial_days != 0)
{{ $package->trial_days }} @lang('superadmin::lang.trial_days')
@endif
@if ($package->enable_custom_link == 1) {{ $package->custom_link_text }} @else @if (isset($action_type) && $action_type == 'register') @if ($package->price != 0) @lang('superadmin::lang.register_subscribe') @else @lang('superadmin::lang.register_free') @endif @else @if ($package->price != 0) @lang('superadmin::lang.pay_and_subscribe') @else @lang('superadmin::lang.subscribe') @endif @endif @endif