@if(count($plugins) < 1) @endif
@foreach($plugins as $pluginFolder => $plugin)

{{ $plugin['name'] }}

{{ $plugin['description'] }}

{{ 'Version ' . ($plugin['version']['version'] ?? '') }}

@if($plugin['active'])
Active
@else @endif
@endforeach