@extends('layouts.admin') @section('title', 'App Manager Dashboard') @section('header_title', 'App Manager Dashboard') @section('content')
Total Managed Scripts
{{ $totalScriptsCount ?? ($scripts->total() ?? 'N/A') }}
Total Licenses Issued
{{ $totalLicensesCount ?? 'N/A' }}
Successful Activations (Last 7 Days)
{{ $recentSuccessfulActivationsCount ?? 'N/A' }}
View All
Activation Logs
| Name | Slug | Version | Status | Boilerplate Core | Total Licenses | Actions |
|---|---|---|---|---|---|---|
|
{{ $script->name }}
@if($script->description) {{ Str::limit($script->description, 70) }} @else No description. @endif |
{{ $script->slug }} | {{ $script->current_version }} | {{ ucfirst($script->status) }} | {{ $script->is_boilerplate_core ? 'Yes' : 'No' }} | {{ $script->licenses_count ?? $script->licenses()->count() }} | |
| No managed scripts found. Add your first script. | ||||||