Created
March 17, 2014 19:37
-
-
Save objectivehtml/9606684 to your computer and use it in GitHub Desktop.
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
| <div class="row collapse"> | |
| <div class="large-3 columns"> | |
| <h4><label for="email">{{ trans('timeblocker.email') }}</label></h4> | |
| </div> | |
| <div class="large-9 columns"> | |
| <input type="email" name="email" value="{{ Input::old('email') }}" id="email" placeholder="Email Address" /> | |
| @if($errors->has('email')) <label for="email" class="error">{{ $errors->first('email') }}</label>@endif | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment