@extends('layouts.app') @section('content')

{{ $theme['name'] }} {{ __('Extension') }}

{{ __('View All Extensions') }}
{!! $theme['banner'] !!}
{{ $theme['name'] }}
{{ ucfirst($theme['type']) }}
{{ __('Tested with DaVinci AI') }}
5.0
{{ __('Recently Updated') }}
{{ __('Extension Description') }}

{!! $theme['main_description'] !!}

@foreach ($tags as $tag)

{{ trim($tag) }}

@endforeach
{{ __('Got Questions?') }}
{{ __('After successfully purchasing your target theme, you can click on the install button that will appear after the purchase process is completed. It will start the download process of your new theme and it will be ready for activation and usage within seconds.') }}
{{ __('In case if you purchased multiple themes, you can click on the activate button, it will automatically set it as your default system theme either for frontend or dashboard depending on which theme you purchased and activated.') }}
@csrf
{{ __('For a limited time only') }}
@if ($theme['is_free'])
{{ __('Free') }}
@else @if ($type == 'Regular License' || $type == '') @if ($theme['only_for_extended'])
{{ __('Extended License Required') }}
@else @if (!is_null($theme['discount_price']))
${{ $theme['discount_price'] }} ${{ $theme['price_placeholder'] }}
@else
${{ $theme['price'] }}
@endif @endif @else @if ($theme['free_for_extended'])
$0 ${{ $theme['price'] }}
@else @if (!is_null($theme['discount_price']))
${{ $theme['discount_price'] }} ${{ $theme['price_placeholder'] }}
@else
${{ $theme['price'] }}
@endif @endif @endif @endif
@if ($theme['free_for_extended'])
{{ __('Price is in US dollar. Tax included.') }}
*{{ __('Free for Extended License users') }}
@elseif ($theme['only_for_extended'])
{{ __('Price is in US dollar. Tax included.') }}
*{{ __('Only for Extended License users') }}
@else
{{ __('Price is in US dollar. Tax included.') }}
@endif
@if ($approved) @if ($theme['is_free']) @if ($extension->installed) @if ((float)$extension->version < (float)$theme['version']) {{ __('Update Extension') }} @else {{ __('Installed') }} @endif @else {{ __('Install Extension') }} @endif @else @if ($extension->purchased && $extension->installed) @if ((float)$extension->version < (float)$theme['version']) {{ __('Update Extension') }} @else {{ __('Installed') }} @endif @else @if ($extension->purchased && !$extension->installed) {{ __('Install Extension') }} @else @if ($type == 'Regular License' || $type == '') @if ($theme['only_for_extended']) {{ __('Extended License is Required') }} @else @endif @else @if ($theme['free_for_extended']) {{ __('Install Extension') }} @else @endif @endif @endif @endif @endif @else {{ __('Minimum required app version is ') }} v{{$approved_version}} @endif

{{ __('Details') }}

{{ __('Released Date') }}
{{ $theme['released_date'] }}
{{ __('Updated Date') }}
{{ $theme['updated_date'] }}
{{ __('Version') }}
{{ $theme['version'] }}
{{ __('Installation') }}
{{ __('One Click') }}
{{ __('License Required') }}
{{ $theme['license_required'] }}
{{ __('Free Updates') }}
{{ __('Lifetime') }}

{{ __('Premium VIP Support') }}

$299
{{ __('Monthly cost. Price is in US dollar.') }}
{{ __('Priority support in support ticket queue') }}
{{ __('Support during Weekends') }}
{{ __('Maximum few hours of SLA time') }}
{{ __('Access to Extensions while on Premium Support') }}
{{ __('Buy Premium Support') }}

{{ __('Premier Package Bundle') }}

$999
{{ __('One-time cost. Price is in US dollar.') }}
{{ __('Includes released and upcoming Extensions & Themes.') }}
{{ __('Full access to all paid Themes') }}
{{ __('Full access to all paid Extensions') }}
{{ __('Forever access to Extension updates') }}
{{ __('Forever access to Theme updates') }}
{{ __('Buy Premier Bundle') }}
@endsection @section('js') @endsection