@if ($qld_heritage)
@endif @if ($euro_blue)
@endif

@if($qld_heritage) {{ $text[0] }}
{{ substr($text, 1) }}
@elseif($icon_file)
{{ $text[0] }}{{ substr($text,1) }}
@else
@if ($isVariableWidth){{ $text }}@else{{ $text }}@endif
@endif

@if ($state_text) @if($state_text_position === 'left')

@foreach(str_split($state) as $character){{ $character }}
@endforeach

@else

{{ $state }}

@endif @endif