@extends('modulemanager::layouts.master') @section('title', 'Module Marketplace') @section('content') @if(!config('module_manager.marketplace_api_url'))
To access the module marketplace, you need to configure the marketplace API URL in the settings.
Go to Settingsv{{ $module['version'] }} @if(isset($module['price'])) ${{ $module['price'] }} @else Free @endif
{{ $module['description'] ?? 'No description available' }}
Author: {{ $module['author'] ?? 'Unknown' }}