Total @if ($page->vat > 0) {{ $page->currency_symbol }}{{ number_format($this->amount, 2) }} + VAT ({{ $page->currency_symbol }}{{ number_format($this->amountPlusTax, 2) }})
@else {{ $page->currency_symbol }}{{ number_format($this->amount, 2) }} ({{ $page->currency_symbol }}{{ number_format($this->amount, 2) }}) @endif @if ($registration->promo && $discount !== 0.0) Promo Code {{$registration->promo}} Discount of {{ $page->currency_symbol }}{{ number_format($this->discount, 2) }} @endif