My SMM panel
 
 
 
 
 
 

21 linhas
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