Skip to content

Instantly share code, notes, and snippets.

@d8vjork
Created March 1, 2019 14:14
Show Gist options
  • Save d8vjork/c54a5c2acc37683e67501cfa051172a1 to your computer and use it in GitHub Desktop.
Save d8vjork/c54a5c2acc37683e67501cfa051172a1 to your computer and use it in GitHub Desktop.
One line validation include element, useful for inline validation messages (Laravel 5.4+)
@includeWhen($errors->has('email'), 'shared.validation', ['message' => $errors->first('email')])
<span class="invalid-feedback" role="alert">
<strong>{{ $message }}</strong>
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment