@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) {{ __('Activate Theme') }} @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') }}
@endsection @section('js') @endsection