@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('Become a part of our exclusive membership program and enjoy') }} {{ trans('unique benefits reserved solely for our premium members.') }}
{{ 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', ]) --}}