@extends('layouts.platform') @section('title','Paket SaaS') @section('content')

Pengaturan Paket SaaS

Tetapkan harga, kapasitas, dan fitur pembeda untuk tiga paket CAP Workforce Cloud.

Lihat Perbandingan
@foreach($plans as $plan) @endforeach
Perbandingan Lengkap
Matriks ini otomatis mengikuti konfigurasi fitur setiap paket.
@foreach($plans as $plan)@endforeach@foreach($plans as $plan)@endforeach@foreach($plans as $plan)@endforeach@foreach($plans as $plan)@endforeach @foreach($featureCatalog as $feature => $label) @foreach($plans as $plan)@endforeach @endforeach
Fitur & Kapasitas{{ $plan->name }}
Maksimum karyawan{{ $plan->limitLabel($plan->max_employees) }}
Maksimum user admin{{ $plan->limitLabel($plan->max_admin_users) }}
Maksimum project{{ $plan->limitLabel($plan->max_projects) }}
{{ $label }}{{ $plan->hasFeature($feature) ? 'Termasuk' : '—' }}
@foreach($plans as $plan)
@csrf @method('PUT')
@endforeach @endsection