chore: remove APAW from tracking; gitignore agent-generated files
This commit is contained in:
17
resources/views/layouts/partials/status.blade.php
Normal file
17
resources/views/layouts/partials/status.blade.php
Normal file
@@ -0,0 +1,17 @@
|
||||
@if (session('status') && isset(session('status')['success']))
|
||||
@if(session('status')['success'] == 1)
|
||||
<div class="alert alert-success" role="alert">
|
||||
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
{!!session('status')['msg']!!}
|
||||
</div>
|
||||
@else
|
||||
<div class="alert alert-danger" role="alert">
|
||||
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
{!!session('status')['msg']!!}
|
||||
</div>
|
||||
@endif
|
||||
@endif
|
||||
Reference in New Issue
Block a user