{{ trans('socialite::common.about') }}
{{ ($timeline['about'] != NULL) ? $timeline['about'] : trans('socialite::messages.no_description') }}
{{ trans('socialite::common.members') }}
@if(count($page_members) > 0)
{{ trans('socialite::common.show_all') }}
@endif
@if(count($page_members) > 0) @foreach($page_members->take(12) as $page_member) @endforeach @else
{{ trans('socialite::messages.no_members') }}
@endif