{!! $module->name !!}

@if (!empty($module->subscription_type)) @php $subscription_color = 'bg-info'; @endphp @if ($module->subscription_type == 'monthly') @php $subscription_color = 'bg-warning'; @endphp @endif @if ($module->subscription_type == 'yearly') {{ trans('modules.yearly') }} @else {{ trans('modules.monthly') }} @endif @endif @if (isset($installed[$module->slug])) @php $color = 'bg-green'; @endphp @if (!$installed[$module->slug]) @php $color = 'bg-warning'; @endphp @endif {{ trans('modules.badge.installed') }} @endif
@foreach ($module->files as $file) @if (($file->media_type == 'image') && ($file->pivot->zone == 'thumbnail')) {{ $module->name }} @endif @endforeach