|
{{ $key + 1 }}
|
@if($status->status_name == 'finished')
{{ $status->alias }}
@else
{{ $status->status_name }}
@endif
|
@if ($status->status == 'active')
|
@else
@lang('modules.statusFields.change') |
@endif
@if ($status->default_status == 0 && $status->status_name != 'finished')
@endif
|
@empty