@foreach($statuses as $status) {{-- --}} @endforeach
Status Task used in Task Public Task Open In use

{{ $status['status_name'] }} {{ $status->team->team_name ?? ''}}

{{ $status['status_description'] }}

{{ $status->regular ? 'can be used by all members' : 'used only with special permissions' }}

{{ count($status->projects ?? []) ?? 0 }} using this status(s) {{ explode(' ', trim($status['created_at']))[0] }} {{ $status->task_public ? 'public' : 'not public' }} {{ $status->task_open ? 'open to assignments' : 'not open to assignments' }} {{ $status->active ? 'in use' : 'out of use' }}