您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

company-info.blade.php 222B

123456
  1. <div class="text-xs text-right">
  2. <h2 class="text-base font-semibold">{{ $companyDTO->name }}</h2>
  3. @if($formattedAddress = $companyDTO->getFormattedAddressHtml())
  4. {!! $formattedAddress !!}
  5. @endif
  6. </div>