My SMM panel
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

26 строки
533 B

  1. @extends('master')
  2. @section('title', 'Home')
  3. @section('heading-style', 'info-page')
  4. @section('head-metas')
  5. @parent
  6. <link rel="stylesheet" href="/css/panel.css">
  7. @endsection
  8. @section('content')
  9. <main>
  10. <div class="info-heading">
  11. <h3>To continue, we need to make sure your email address is yours. Click the verification link we've sent to you.</h3>
  12. <button id="resend_verification" class="brand-button">
  13. Resend
  14. </button>
  15. </div>
  16. </main>
  17. @endsection
  18. @section('scripts')
  19. @parent
  20. @vite(['resources/js/main.js'])
  21. @endsection