My SMM panel
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
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