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

21 行
354 B

  1. @section('content')
  2. @parent
  3. <main class="body" id="ticket-email">
  4. <h3>An email change has been requested from {{$current_email}}</h3>
  5. <div>
  6. <a href="{{$link}}"><h4>Confirm</h4></a>
  7. </div>
  8. <div>
  9. <small>If you do not recognize this activity, please disregard this
  10. message.</small>
  11. </div>
  12. </main>
  13. @endsection
  14. @section('footer')
  15. @endsection