@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') }}
@endif{{ __('Tested with MagicAI') }}
{{ __('Recently Updated') }}
{{ $extensionQA['answer'] }}
@if (currencyShouldDisplayOnRight(currency()->symbol)) {{ $extension->price }} $ @if ($extension->fake_price) {{ $extension->fake_price }}$ @endif @else ${{ $extension->price }} @if ($extension->fake_price) ${{ $extension->fake_price }} @endif @endif
{{ __('For a limited time only') }}
{{ __('Free') }}
@endif{{ __('Price is in US dollars. Tax included.') }}
@if ($extension->price != 0) @if ($app_is_demo){{ __($detail['label']) }}
{{ __($detail['value']) }}