@if($info->company_address)
📍 {{ $info->company_address }}
@endif
@if($info->company_reg_no)
📋 Reg: {{ $info->company_reg_no }}
@endif
@if($info->company_website)
🌐 {{ $info->company_website }}
@endif
@if($info->company_other_address)
{{ $info->company_other_address }}
@endif