Last active
April 10, 2020 00:48
-
-
Save connor11528/684af374da4de792ff89f80d7f367637 to your computer and use it in GitHub Desktop.
Candidate welcome email blade template in Laravel PHP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| body { | |
| background-color: white !important; | |
| } | |
| p { | |
| color: black !important; | |
| } | |
| </style> | |
| <p>Hey {{ $user->first_name }},</p> | |
| <p>Thanks for signing up to join Employbl! We created and activated your profile on Employbl so that you can login and upload your resume and update your information at any time.</p> | |
| <p>There aren’t too many employers hiring on Employbl right now but there are a lot of jobs and an open source dataset of Bay Area tech companies and startups to search through. We’ll be working on the company search and capabilities for hiring managers and recruiters.</p> | |
| <p>In the meantime please feel free to search the <a href="https://employbl.com/job-listings">job listings</a> page and do be sure to <b>upload your resume</b> after logging in to Employbl with email address: {{ $user->email }}.</p> | |
| <!-- color not working with this component so built with the full HTML --> | |
| {{--@component('mail::button', ['url' => 'https://employbl.com/login','color' => 'bittersweet'])--}} | |
| {{--Login to your profile now--}} | |
| {{--@endcomponent--}} | |
| <table class="action" align="center" width="100%" cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td align="center"> | |
| <table width="100%" border="0" cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td align="center"> | |
| <table border="0" cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td> | |
| <a href="https://employbl.com/login" class="button button-bittersweet" target="_blank">Login to your profile now</a> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <p>If you have any questions or difficulty using the platform please let me know by replying to this email :)</p> | |
| --- | |
| <p>Connor<br>Founder at <a href="https://employbl.com">Employbl</a><br> | |
| <a href="mailto:[email protected]">[email protected]</a> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Full blog post here: https://employbl.com/blog/user-approval-laravel-artisan-welcome-email