@extends('admin.layouts.app') @section('content')

Module registry

Bot templates

Only published, trusted modules reach users.

Import template
@forelse($templates as $template)

{{ $template->name }}

{{ $template->description }} ยท v{{ $template->version }}

@empty
Import your first trusted template.
@endforelse
@if($templates->hasPages())
{{ $templates->links() }}
@endif
Safe module policy: bot.json is read for metadata only. Uploaded PHP is never executed. Only approved registry classes can become active.
@endsection