@if ($canManage)

@if ($isEnterprise) Enterprise — unlimited branches, full API, advanced analytics, billed per branch. @elseif ($hasPaidPlan) Pro — multi-branch, team roles, advanced routing, and Ladill-provided kiosk hardware, billed per branch. @else Free — one branch, five queues, owner-only access. Multi-branch and team require Pro. @endif

@if (! $hasPaidPlan) Upgrade to Pro (GHS {{ number_format($proPriceMinor / 100, 0) }}/branch/mo) @else Manage plan @endif
@endif
@csrf @method('PUT') @if ($errors->any())

Could not save settings:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if ($activePackage)

{{ $activePackage->description() }}

Ticket entity: {{ $activePackage->ticketEntity() }} · Stages installed: {{ count(data_get($packageMeta, 'stages_installed', [])) }} @if (data_get($packageMeta, 'skipped_stages')) · Skipped: {{ implode(', ', data_get($packageMeta, 'skipped_stages', [])) }} @endif

@endif
@if ($canManage)

PNG, JPG, WebP, or SVG up to 2 MB. Shown in queue notification emails.

@if (\App\Support\OrganizationBranding::hasCustomLogo($organization)) {{ $organization->name }} @endif
@endif
@if ($canViewBranches || $canViewTeam) @endif
@if ($canManage)
@endif
{{-- Separate form: nested forms break Save settings in browsers --}} @if ($canManage && $activePackage)

{{ $activePackage->label() }} uses {{ count($activePackage->stages()) }} workflow stages and industry-specific terminology ({{ $activePackage->terminology()['ticket'] ?? 'Ticket' }}).

@csrf
@endif