Created
June 4, 2018 07:19
-
-
Save xiaoysh8/020ce68cca713f0db0d5ef4f5f75894e to your computer and use it in GitHub Desktop.
laravel message
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
| @if (session('status')) | |
| <div class="alert alert-success"> | |
| {{ session('status') }} | |
| </div> | |
| @endif | |
| {{ csrf_field() }} | |
| @if ($errors->has('cate')) | |
| <span class="invalid-feedback"> | |
| <strong>{{ }}</strong> | |
| </span> | |
| @endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment