@extends('panel.layout.app') @section('title', 'Marketplace Payment') @section('titlebar_actions', '') @section('content')
{{ __('Add-on') }}
{{ $theme->name }}
{{ __('Total') }}:
@if (currencyShouldDisplayOnRight(currency()->symbol)) {{ $theme->price }}{{ currency()->symbol }} @else {{ currency()->symbol }}{{ $theme->price }} @endif