{{ $module->name }}

@if (isset($installed[$module->slug])) @php $color = 'bg-green'; @endphp @if (!$installed[$module->slug]) @php $color = 'bg-yellow'; @endphp @endif {{ trans('modules.badge.installed') }} @endif