@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', __('Themes and skins'))
@section('titlebar_pretitle')
{{ __('Installed') }}
@endif{{ __('Tested with MagicAI') }}
{{ __('Recently Updated') }}
{{ $itemQA['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.') }}
@if ($item['price'] != 0) @if ($app_is_demo){{ __($detail['label']) }}
{{ __($detail['value']) }}