@php $premium_features = [ 'VIP Support', 'Access to All Extensions - worth $900+', 'Access to All Themes - worth $390', '5 Hours of Customization', 'Direct access to Our Development Team', ]; @endphp @extends('vendor.installer.layouts.master', ['stepShow' => false]) @section('template_title') {{ trans('Marketplace Subscription') }} @endsection @section('title') {{ trans('installer_messages.welcome.title') }} @endsection @section('style') @endsection @section('content')

{{ trans('Start Your ') }} {{ trans('Premium Membership.') }}

    @foreach ($premium_features as $feature)
  • {!! $feature !!}
  • @endforeach
@if ($data) {{ trans('Subscription activated') }} @else {{ trans('Join the VIP Program') }} @endif
{{ trans('Included Extensions') }}
    @foreach ($paidExtensions as $item)
  • {!! trans($item['name']) !!}
  • @endforeach
{{ trans('Included Themes') }}
    @foreach ($paidThemes as $item)
  • {!! trans($item['name']) !!}
  • @endforeach

{{ trans('Seats are limited.') }} {{ trans('Learn more about') }} {{ trans('Premium Membership') }}

{{-- @includeWhen(is_null($portal), 'vendor.installer.magicai_c4st_Act', [ 'button' => 'flex items-center justify-center gap-2 rounded-xl p-2 font-medium shadow-[0_4px_10px_rgba(0,0,0,0.05)] transition-all duration-300 hover:scale-105 hover:bg-black hover:text-white', 'target' => '', 'return_url' => route('LaravelInstaller::license') . '?license=verified', ]) @includeWhen($portal, 'vendor.installer.magicai_license_token', [ 'button' => 'flex items-center justify-center gap-2 rounded-xl p-2 font-medium shadow-[0_4px_10px_rgba(0,0,0,0.05)] transition-all duration-300 hover:scale-105 hover:bg-black hover:text-white', ]) --}}
@endsection