@extends('modulemanager::layouts.master') @section('title', 'Module Manager Settings') @section('content')
@csrf
You can generate an API token from your Envato account.
Required scopes: purchase:verify, purchase:list
@error('envato_api_token')
{{ $message }}
@enderror
URL to your module marketplace API.
@error('marketplace_api_url')
{{ $message }}
@enderror
Verify Module Licenses

Run a license verification check for all installed modules that have purchase codes.

@csrf
@endsection