@php
$price_details = [
[
'label' => 'License',
'value' => 'Lifetime',
],
[
'label' => 'Support & Updates',
'value' => '6 months',
],
[
'label' => 'Installation',
'value' => 'One Click',
],
[
'label' => 'Recently Updated',
'value' => 'Yes',
],
];
@endphp
@extends('panel.layout.app', ['disable_tblr' => true])
@section('title', __('Marketplace'))
@section('titlebar_pretitle')
{{ __('Installed') }}
@else {{ __('Upgrade') }} @endif{{ __('Tested with MagicAI') }}
{{ __('Recently Updated') }}
{{ $qaItem['answer'] }}
@if (currencyShouldDisplayOnRight(currency()['symbol'])) {{ $item['price'] }} $ @if ($item['fake_price'] ?? false) {{ $item['fake_price'] }}$ @endif @else ${{ $item['price'] }} @if ($item['fake_price'] ?? false) ${{ $item['fake_price'] }} @endif @endif
{{ __('For a limited time only') }}
{{ __('Price is in US dollars. Tax included.') }}
@else@if (!$item['only_show']) {{ __('Free') }} @else {{ __('Contact Us') }} @endif
@endif @if (!$item['only_show']){{ trans('Premium membership unlocks full access to all MagicAI features and exclusive benefits. Stand out from the crowd at an affordable monthly rate.') }}
{{ trans('Access to over $5,000 worth of items.') }}
@php $premium_features = [ 'VIP Support' => 'Get instant help whenever you need it.', 'Access to All Current & Future Extensions ' => 'Always stay ahead with the latest features.', 'Access to All Current & Future Themes ' => 'Always stay ahead with the latest designs.', 'Get the Mobile App Free in Your 4th Month! ' => 'Enjoy a free mobile app after your fourth month of subscription.', '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.', ]; @endphp{{ __($detail['label']) }}
{{ __($detail['value']) }}