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

12 行
242 B

  1. <tr>
  2. <td class="header">
  3. <a href="{{ $url }}" style="display: inline-block;">
  4. @if (trim($slot) === 'Laravel')
  5. <img src="https://laravel.com/img/notification-logo.png" class="logo" alt="Laravel Logo">
  6. @else
  7. {{ $slot }}
  8. @endif
  9. </a>
  10. </td>
  11. </tr>