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

{{ __('Select a payment method') }}

{{ __('How do you want to pay? Select a payment method to confirm your order') }}.

{{ $item['is_theme'] ? __('Theme') : __('Add-on') }}

{{ $item['name'] }}

{{ __('Total') }}:

@if (currencyShouldDisplayOnRight('USD')) {{ $item['price'] }} USD @else {{ 'USD' }} {{ $item['price'] }} @endif

{{ __('Tax included. Your payment is secured vis SSL.') }}

@endsection @push('script') @if(data_get($data, 'provider') == 'paypal') @else @endif @endpush