@props([ 'plugins' ])
@if (count($plugins) == 0)
Due to a global bit shortage our plugins are currently out of stock. We are working hard to get more stock in as soon as possible.
@else @foreach($plugins as $key => $pluginCategory) @if($key !== 'plugins')

{!! $pluginCategory['name'] !!}

{!! $pluginCategory['description'] !!}


@each('plugins::partials.plugin', $pluginCategory['plugins'], 'plugin')
@endif @endforeach @endif