@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_actions')
{{ __('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') }}
{{ __('Free') }}
@endif{{ __('Price is in US dollars. Tax included.') }}
{{ trans('Join our exclusive membership to access to all extensions in the marketplace. ') }}
{{ __($detail['label']) }}
{{ __($detail['value']) }}