Change rendering of notes/errors/update and highlight attributes that are successfully updated
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
@if(session()->has('note'))
|
||||
<div class="alert alert-info">
|
||||
<h4 class="alert-heading"><i class="fas fa-fw fa-note-sticky"></i> Note:</h4>
|
||||
<hr>
|
||||
<p>{{ session()->pull('note') }}</p>
|
||||
<div class="alert alert-info p-2">
|
||||
<p class="m-0"><i class="fas fa-fw fa-info"></i> {{ session()->pull('note') }}</p>
|
||||
</div>
|
||||
@endif
|
Reference in New Issue
Block a user