@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') }}.
{{ $extension->is_theme ? __('Theme') : __('Add-on') }}
{{ $extension->name }}
{{ __('Total') }}:
@if (currencyShouldDisplayOnRight(currency()->symbol)) {{ $extension->price }}{{ currency()->symbol }} @else {{ currency()->symbol }}{{ $extension->price }} @endif
{{ __('Tax included. Your payment is secured vis SSL.') }}