My SMM panel
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

change-email.blade.php 508 B

1234567891011121314151617181920212223242526
  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