{{ __('Kelola paket layanan dan struktur harga (flat / tiered).') }}
| {{ __('Judul') }} | {{ __('Tipe') }} | {{ __('Pricing') }} | {{ __('Harga') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|---|---|---|---|---|
|
{{ $item->title }}
@if ($item->description)
{{ $item->description }}
@endif
|
{{ $item->package_type ?: '-' }} | {{ $item->pricing_mode }} | {{ number_format((float) $item->price_amount, 0, ',', '.') }} {{ $item->currency }} | {{ $item->is_active ? __('Aktif') : __('Nonaktif') }} | {{ __('Edit') }} |
| {{ __('Tidak ada data.') }} | |||||