Last active
March 15, 2019 17:54
-
-
Save Nks/7428218407f9bd15a6b7ca74e63fc7b0 to your computer and use it in GitHub Desktop.
orchid rows button
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="form-group"> | |
{{$slot}} | |
@if($errors->has($oldName)) | |
<div class="invalid-feedback d-block"> | |
<small>{{$errors->first($oldName)}}</small> | |
</div> | |
@elseif(isset($help)) | |
<small class="form-text text-muted">{{$help}}</small> | |
@endif | |
</div> | |
@isset($hr) | |
<div class="line line-dashed b-b line-lg"></div> | |
@endisset |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment