@if($system_currency->country == 'Nigeria') @php $currency_code = 'NGN'; @endphp @elseif($system_currency->country == 'Ghana') @php $currency_code = 'GHS'; @endphp @else @php $currency_code = $system_currency->code @endphp @endif