From f3e6e136f296bf7a63fafe9ff769c0766f77aa1d Mon Sep 17 00:00:00 2001 From: Sam Bell Date: Sun, 4 Mar 2018 17:50:37 +0000 Subject: [PATCH] Smaller text for tax amount --- .../Public/ViewEvent/Partials/EventTicketsSection.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/Public/ViewEvent/Partials/EventTicketsSection.blade.php b/resources/views/Public/ViewEvent/Partials/EventTicketsSection.blade.php index 5e997cf5..a4bce95e 100644 --- a/resources/views/Public/ViewEvent/Partials/EventTicketsSection.blade.php +++ b/resources/views/Public/ViewEvent/Partials/EventTicketsSection.blade.php @@ -42,7 +42,7 @@ $is_free_event = false; ?> {{money($ticket->total_price, $event->currency)}} - {{ ($event->organiser->taxname && $event->organiser->taxvalue) ? '(+'.money(($ticket->total_price*($event->organiser->taxvalue)/100), $event->currency).' '.$event->organiser->taxname.')' : '' }} + {{ ($event->organiser->taxname && $event->organiser->taxvalue) ? '(+'.money(($ticket->total_price*($event->organiser->taxvalue)/100), $event->currency).' '.$event->organiser->taxname.')' : '' }}