@php $premium_features = [ 'VIP Support' => 'Get instant help whenever you need it.', 'Access to All Current & Future Extensions worth $900+' => 'Always stay ahead with the latest features.' , 'Access to All Current & Future Themes worth $390'=> 'Always stay ahead with the latest designs.' , '10 Hours of Custom Development Every Month' => 'Tailored improvements, at no extra cost.' , 'Direct Communication with Our Development Team' => 'No middlemen, just solutions.' , 'Exclusive Extensions Not Available to Others' => 'Stay ahead of competition, reserved for VIPs only.' , 'Complimentary Logo Design' => 'A custom logo to elevate your brand.' , 'Personalized Onboarding Assistance' => 'We’ll help you get up and running smoothly.' , 'Free Setup & Configuration Services' => 'Let us handle the technical details for you.' , 'Get the Mobile App Free in Your 4th Month!' => 'Enjoy a free mobile app after your third month of subscription.' , ]; @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 => $tooltip)
  • {!! $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