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

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

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

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

@if(Auth::user()->joinedPages()->count()) @else
{{ trans('socialite::messages.no_pages') }}
@endif
@endsection