3 lines
157 B
PHP
3 lines
157 B
PHP
|
<span title="{{ trans('common.status_' . ($status ? 'active' : 'inactive')) }}"
|
||
|
class="status-indicator-{{ $status ? 'active' : 'inactive' }}"
|
||
|
></span>
|