Status | Projects used in | Project Public | Project Open | Project Finished | In use | |
---|---|---|---|---|---|---|
{{--
--}}
{{ $status['status_name'] }} {{ $status['status_description'] }} |
{{ count($status->_projects ?? []) ?? 0 }} on this status | {{--{{ explode(' ', trim($status['created_at']))[0] }} | --}}
{{ $status->project_public ? 'public' : 'not public' }}
|
{{ $status->project_open ? 'open to assignments' : 'not open to assignments' }}
|
{{ $status->project_finished ? 'this project is ended' : 'project not yet finished' }}
|
{{ $status->active ? 'in use' : 'out of use' }}
|