@extends('root') @section('title', 'Create Package') @section('content')
@include('components.breadcrumb', [ 'title' => 'Create Package', 'links' => [ ['url' => route('admin.dashboard'), 'label' => 'Dashboard'], ['url' => route('admin.packages.index'), 'label' => 'Packages'], ], 'current' => 'Create' ])
Package Details
@csrf
Unique identifier (lowercase, no spaces)
Harga paket dalam Rupiah
Masa aktif paket

Features
@foreach($featureCodes as $code => $label)
@endforeach

Quotas
@foreach($quotaCodes as $code => $label)
-1 = Unlimited
@endforeach

Cancel
Feature Codes Reference
  • max_agents - Custom agent limit
  • unlimited_ai_agents - Unlimited AI agents
  • unlimited_inboxes - Unlimited inboxes
  • custom_ai_prompt - Custom AI prompts
  • advanced_ai_model - GPT-4 access
  • open_api - Open API access
  • custom_workflow - Custom workflows
  • custom_analytics - Custom analytics
  • dedicated_support - Dedicated support
  • support_24x7 - 24/7 support
@endsection @push('scripts') @endpush