SignUpView.blade.php 169 B

123456789
  1. @component('mail::message')
  2. Hello! Welcome to our project!
  3. @component('mail::button',['url'=>url('email-verification/'.$id)])
  4. Click here
  5. @endcomponent
  6. @endcomponent