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

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

{{ __('View All Themes') }}
{{ ucfirst($theme['type']) }} {{ __('Theme') }}
{{ __('Tested with DaVinci AI') }}
5.0
{{ __('Recently Updated') }}
{{ __('About') }} {{ $theme['name'] }} {{ __('Theme') }}

{{ $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') }}
${{ $theme['price'] }}
{{ __('Price is in US dollar. Tax included.') }}
@if ($extension->purchased && $extension->installed) @if ((float)$extension->version < (float)$theme['version']) {{ __('Update Theme') }} @else {{ __('Activate Theme') }} @endif @else @if ($extension->purchased && !$extension->installed) {{ __('Install Theme') }} @else @endif @endif

{{ __('Details') }}

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

{{ __('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