diff --git a/resources/views/mail/link-custom-add.blade.php b/resources/views/mail/link-custom-add.blade.php index 1484214..8a7982b 100644 --- a/resources/views/mail/link-custom-add.blade.php +++ b/resources/views/mail/link-custom-add.blade.php @@ -7,7 +7,7 @@ - +
{{ env('APP_NAME') }}{{ env('APP_NAME') }}
@@ -26,6 +26,7 @@ 您好 {{ $userBlog }} 的站长:{{ $userEmail }}
您在本博客({{ env('APP_NAME') }})申请了友链
+ 邮件为通知您您已成功申请友链,需等待站长进行审核,我们将在审核完毕后再次发送邮件通知您
请在确认一次您的信息是否正确:
    @@ -34,7 +35,7 @@
  • 贵站地址:{{ $userUrl }}
  • 图片地址:{{ $userIcon }}
  • 贵站介绍:{{ $userDescription }}
  • -
  • 备注内容:{{ $userRemark }}
  • + @if(!empty($userRemark))
  • 备注内容:{{ $userRemark }}
  • @endif @if(!empty($checkRssJudge))
  • RSS地址:{{ $userRSS }}
  • @endif