@php $features = cache()->remember('extensions_list', 120, function () { $extensionService = app(\App\Domains\Marketplace\Repositories\Contracts\ExtensionRepositoryInterface::class); $extensionsArray = $extensionService->paidExtensions(); $themesArray = $extensionService->themes(); $extensionNames = collect($extensionsArray)->pluck('name')->toArray(); $themeNames = collect($themesArray)->pluck('name')->toArray(); return array_merge($extensionNames, $themeNames); }); @endphp

@lang('Get the MagicAI mobile app for free.')

@lang("Exclusively for Premium users: Get the MagicAI mobile app (iOS and Android) completely free in your fourth month—valued at $3,000, with no extra cost.")

@lang('Full Access to Marketplace')

@lang('Free Access to All Extensions.')

@lang('Get access to our') @lang('expansive library of extensions at no extra cost.') @lang("With your exclusive membership, you'll have the privilege of instantly downloading new marketplace items, regardless of their price.")

    @foreach ($features as $feature)
  1. @lang($feature)
  2. @endforeach