@auth
@if(Auth::user()->is_premium)
+ {{ __('Create group') }}
@else
⭐ {{ __('Create group') }}
@endif
@endauth
{{ __('Groups are spaces where members with shared interests can connect and post messages. Public groups are open to all; private groups require an invitation. Premium and PRO members can create groups and link events to them.') }}
@if ($groups->isEmpty())
{{ __('No groups yet. Be the first to create one!') }}