Created
April 10, 2020 00:48
-
-
Save connor11528/df14f8d80876c9e791adf2a467a0edb5 to your computer and use it in GitHub Desktop.
The candidate apply form on the Employbl website as it currently stands
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
| @extends('layouts.app') | |
| @section('content') | |
| <header> | |
| <div class="container"> | |
| <div class="row mt-5"> | |
| <div class="col-md-6 col-sm-12"> | |
| <h1 class="mb-3">Join the tech community 🤝</h1> | |
| <h3 class="mb-5 text-small"> | |
| </h3> | |
| </div> | |
| <div class="col-md-6 col-sm-12"> | |
| {{--<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSe9Zkq26q3bZB3PO_JRiFbEbt_iEo8kW1vSNAO7EXMW1cNuiA/viewform?embedded=true" width="100%" height="1682" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>--}} | |
| <candidate-apply-form></candidate-apply-form> | |
| </div> | |
| </div> | |
| </div> | |
| </header> | |
| @include('partials.footer') | |
| @endsection |
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