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

{{ __('Thank you for your purchase!') }}

{{ __('Payment for') }} {{ $theme['name'] }} {{ __('Theme') }} {{ __('was successful, please proceed with installation') }}

{{ $theme['name'] }} {{ __('Theme') }}
{{ __('Click on Install button') }}

{{ __('Details') }}

{{ __('Theme Type') }}
{{ ucfirst($theme['type']) }} Theme
{{ __('Theme Name') }}
{{ $theme['name'] }}
{{ __('Purchase Date') }}
{{ date('M d, Y') }}
{{ __('Version') }}
{{ $theme['version'] }}
{{ __('Installation') }}
{{ __('One Click') }}
{{ __('Free Updates') }}
{{ __('Lifetime') }}
@endsection @section('js') @endsection