@foreach($statuses as $status) {{-- --}} @endforeach
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' }}
@csrf
{{ $status->project_open ? 'open to assignments' : 'not open to assignments' }}
@csrf
{{ $status->project_finished ? 'this project is ended' : 'project not yet finished' }}
@csrf
{{ $status->active ? 'in use' : 'out of use' }}
@csrf