@php
$price_details = [
[
'label' => 'Free updates',
'value' => 'Lifetime',
],
[
'label' => 'Support',
'value' => '6 months',
],
[
'label' => 'License',
'value' => 'Extended',
],
[
'label' => 'Installation',
'value' => 'One Click',
],
];
@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('Join our exclusive membership to access to all extensions in the marketplace. ') }}
{{ __($detail['label']) }}
{{ __($detail['value']) }}