@if(($doc->currency_code ?? 'GHS') !== 'GHS')
Currency: {{ $doc->currency_code }} @ {{ rtrim(rtrim(number_format((float) $doc->exchange_rate, 6), '0'), '.') }} — all amounts on this document are in {{ $doc->currency_code }}@if(isset($grand) && $grand !== null); GHS equivalent of total: {{ fxequiv($grand, $doc) }}@endif.
@endif