@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')
{{ __('A shining gem') }}
{{ trans('Limited Time Offer') }}

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

{{ trans('Become a part of our exclusive membership program and enjoy') }} {{ trans('unique benefits reserved solely for our premium members.') }}

@if ($data) {{ trans('Subscription activated') }} @else {{ trans('Subscribe Now') }} @endif

{{ 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