Hi {{ titleCase(auth()->user()->name) }} 👋

Let’s get started with your Circle!

1. Start a new collection

Collections are main categories to help structure your Circle.

Your collection of spaces

@forelse($spaceAll as $spaces)

{{ $spaces->name }}

Description: {{ $spaces->about }}

Space Status: {{ $spaces->is_private ? 'Private': 'Public'}}

{{ ($spaces->members_count==0)?"0 Member":($spaces->members_count==1?"1 Member":$spaces->members_count." Members") }}
@empty

0 Feature Requests

0 Members
@endforelse