Skip to content

Instantly share code, notes, and snippets.

@xiaoysh8
Created June 4, 2018 07:19
Show Gist options
  • Save xiaoysh8/020ce68cca713f0db0d5ef4f5f75894e to your computer and use it in GitHub Desktop.
Save xiaoysh8/020ce68cca713f0db0d5ef4f5f75894e to your computer and use it in GitHub Desktop.
laravel message
@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