@extends('root') @section('title', 'Addon Management') @section('content')
@include('components.breadcrumb', [ 'title' => 'Add-ons', 'links' => [ ['url' => route('admin.dashboard'), 'label' => 'Dashboard'], ], 'current' => 'Add-ons' ]) {{-- Summary Cards --}}
Total Add-ons

0

Active Subscriptions

0

Mobile Agent Slots

0

{{-- Toolbar --}}
Code Name Price/Unit Billing Cycle Min-Max Qty Clients Status Actions
{{-- Create/Edit Modal --}} {{-- Delete Confirmation Modal --}} @endsection @push('scripts') @endpush