Select Package

Please contact support for more information.


@if (isset($price) && !is_null($price)) @foreach ($price as $item)
@endforeach @else

No packages available

@endif

@foreach ($allRegularUser as $user)
@endforeach
Total Payment Rp {{ number_format($total, 2, ',', '.') }}
@if ($selectedPackage)

The total to be paid is the result of {{ number_format($selectedItem->price, 2, ',', '.') }} x {{ $allUser->count() - count($excludedUsers) }} user.

@endif
Payment Confirmation
Select Payment Type:

Please select the payment type that best suits your needs. If you choose 'Individual', no VAT will be applied. However, if you choose 'Business Entity', VAT of {{ $selectedItem ? $selectedItem->ppn : 0 }}% will be added to the total amount.


Initial Total Rp {{ number_format($total, 2, ',', '.') }}
Total Payment Rp {{ number_format($totalWithPPN, 2, ',', '.') }}
Confirm {{ $isDowngrade ? 'Downgrade' : 'Upgrade' }}
Are you sure you want to change your plan?

You are about to change the plan from {{ $company->plan }} to {{ is_object($paket) ? $paket->name : '' }}. Please make sure you have reviewed all the details and pricing before proceeding.


Current Plan {{ $company->plan }}
Expiration {{ \Carbon\Carbon::parse($company->expired_at)->format('d F Y') }}

New Plan {{ is_object($paket) ? $paket->name : '' }}
Expiration {{ is_object($selectedItem) && $selectedItem ? \Carbon\Carbon::now()->addMonths($selectedItem->month)->format('d F Y') : '' }}