My SMM panel
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

27 рядки
508 B

  1. @extends('master')
  2. @section('title', 'Change Email')
  3. @section('head-metas')
  4. @parent
  5. <link rel="stylesheet" href="/css/app.css">
  6. <link rel="stylesheet" href="/css/panel.css">
  7. @endsection
  8. @section('content')
  9. @parent
  10. <main id="ticket-email">
  11. <h3>An email change has been requested from {{$current_email}}</h3>
  12. <a href="{{$link}}"><button>Confirm</button></a>
  13. <small>If you do not recognize this activity, please disregard this
  14. message.</small>
  15. </main>
  16. @endsection
  17. @section('footer')
  18. @endsection