Compare commits
3 Commits
09f2eb8d9d
...
67824d4ab5
Author | SHA1 | Date | |
---|---|---|---|
67824d4ab5 | |||
d96924bc65 | |||
b63807fa82 |
@ -1,12 +0,0 @@
|
||||
<!-- $o=Service::class -->
|
||||
<span class="badge @if($o->isPending())badge-warning @else
|
||||
@switch ($o->status)
|
||||
@case('ACTIVE')
|
||||
badge-success
|
||||
@break;
|
||||
@case('INACTIVE')
|
||||
badge-danger
|
||||
@break;
|
||||
@endswitch
|
||||
@endif
|
||||
">{{ $o->status }}</span>
|
Loading…
Reference in New Issue
Block a user