@extends('panel.layout.app') @section('title', 'Theme Payment') @section('titlebar_actions', '') @section('content')

{{ $item['licensed'] ? __('Payment Success') : __('Payment Failed') }}

{{ __('Add-on') }}

{{ $item['name'] }}

{{ __('Total') }}:

{{ $item['price'] . '$'}}

@if ($item['licensed']) @lang('Your payment is success, you can install your theme.') {{ __('Install Now') }} @else @lang('Your payment is unsuccessful') @if ($app_is_demo) {{ __('Buy Now') }} @else {{ __('Buy Now') }} @endif @endif
@endsection @push('script') @includeWhen(\App\Helpers\Classes\Helper::showIntercomForBuyer(),'default.panel.layout.includes.buyer-intercom') @endpush