@extends('panel.layout.app') @section('title', 'Payment') @section('titlebar_actions', '') @section('content')
{{ __('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.') }}