welcome-again.blade.php 307 B

12345678910111213141516
  1. @component('mail::message')
  2. # Introduction
  3. Thanks so much for registering!
  4. @component('mail::button', ['url' => 'http://www.osinet.fr/'])
  5. Start browsing
  6. @endcomponent
  7. @component('mail::panel', ['url' => ''])
  8. Some inspirational quote here
  9. @endcomponent
  10. Thanks,<br>
  11. {{ config('app.name') }}
  12. @endcomponent