@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--}}
{{ $bundleItem['description'] }}
@lang('Learn more')
@if (currencyShouldDisplayOnRight(currency()['symbol']))
@if ($item['fake_price'] ?? false)
{{ $item['fake_price'] }}$
@endif
{{ $item['price'] }}$
@else
@if ($item['fake_price'] ?? false)
${{ $item['fake_price'] }}
@endif
${{ $item['price'] }}
@endif
{{ __('Limited Time Offer') }}
{{ __('Price is in US dollars. Tax included.') }}
@else@if (!$item['only_show']) {{ __('Free') }} @else {{ __('Contact Us') }} @endif
@endif @if (!$item['only_show'])
Your extension license remains active, but access to new updates
and support ended after the initial 6-month period.
Extend your
license period to get the latest features, updates, and dedicated
support.
Alternatively, you can continue using your current extension
version, but without access to new features
or support.
{{ __($detail['label']) }}
{{ __($detail['value']) }}