@if ($package->package_type == \App\Enums\PackageType::LIFETIME) {{ global_currency_format($package->price, $package->currency_id) }} {{ __('modules.package.payOnce') }} @elseif($monthlyPackages->count() > 0) {{ global_currency_format($package->monthly_price, $package->currency_id) }} {{ __('modules.package.payMonthly') }} @endif
@if($package->package_type == \App\Enums\PackageType::STANDARD && !is_null($package->annual_price) && $annualPackages->count() > 0){{ global_currency_format($package->annual_price, $package->currency_id) }} {{ __('modules.package.payAnnually') }}
@endif{{ global_currency_format($package->price, $package->currency_id) }} {{ __('modules.package.payOnce') }}
@endif @if($package->package_type == \App\Enums\PackageType::STANDARD && !is_null($package->monthly_price) && $package->monthly_status){{ global_currency_format($package->monthly_price, $package->currency_id) }} {{ __('modules.package.payMonthly') }}
@endif @if($package->package_type == \App\Enums\PackageType::STANDARD && !is_null($package->annual_price) && $package->annual_status){{ global_currency_format($package->annual_price, $package->currency_id) }} {{ __('modules.package.payAnnually') }}
@endif