@php $symbol = ''; $currency = get_application_currency(); if ($currency) { $symbol = ' (' . $currency->symbol . ')'; } @endphp