Commit 2e2e357b authored by Nicolas Widart's avatar Nicolas Widart

Add warning message

parent 394080d9
...@@ -23,3 +23,10 @@ ...@@ -23,3 +23,10 @@
{{ Session::get('error') }} {{ Session::get('error') }}
</div> </div>
@endif @endif
@if (Session::has('warning'))
<div class="alert alert-warning">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
{{ Session::get('warning') }}
</div>
@endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment