Skip to content

Instantly share code, notes, and snippets.

@objectivehtml
Created March 17, 2014 19:37
Show Gist options
  • Select an option

  • Save objectivehtml/9606684 to your computer and use it in GitHub Desktop.

Select an option

Save objectivehtml/9606684 to your computer and use it in GitHub Desktop.
<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