@extends('socialite::layouts.default') @section('content')

{{ trans('messages.groups-manage') }}

@if(Auth::user()->own_groups()->count()) @else
{{ trans('socialite::messages.no_groups') }}
@endif

{{ trans('socialite::common.joined_groups') }}

@if(Auth::user()->joinedGroups()->count()) @else
{{ trans('messages.no-joined-goups') }}
@endif
@endsection