Skip to content

Instantly share code, notes, and snippets.

@cmd0315
Created December 3, 2014 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmd0315/385b76c14468c0ca8344 to your computer and use it in GitHub Desktop.
Save cmd0315/385b76c14468c0ca8344 to your computer and use it in GitHub Desktop.
<div class="col-sm-8">
<input type="text" class="form-control" id="department_id" name="department_id" value="{{ e($department->department_id) }}">
@if($errors->has('department_id'))
<p class="bg-danger">{{ $errors->first('department_id') }}</p>
@endif
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment