Skip to content

Instantly share code, notes, and snippets.

@zach2825
Created September 28, 2015 21:14
Show Gist options
  • Save zach2825/f420aa4dcb9501153b05 to your computer and use it in GitHub Desktop.
Save zach2825/f420aa4dcb9501153b05 to your computer and use it in GitHub Desktop.
Meant to be a field sample
<div class="form-group">
<label for="FieldNameHere" class="form-label">Field Label Here</label>
{!! Form::text('FieldNameHere', null, ['class'=>'form-control', 'placeholder' => 'Field Label Here']) !!}
{!! $errors->first('FieldNameHere', '<span class="help-block">:message</span>') !!}
</div>{{-- end FieldNameHere --}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment