@php $pages = App\Models\Page::all(); $published_editions = App\Models\Edition::getPublishedEdition(); @endphp @auth {{App\Models\Helper::displayEmailWarning()}} @endauth
@php App\Models\Helper::displaySocials(); @endphp
@guest @else @php $user_roles_type = App\Models\User::getUserRoleType(Auth::user()->id); @endphp
{{{trans('prs.user_img')}}}

Hi, {{{Auth::user()->name}}}

{{{$user_roles_type->name}}}
@endguest
@if (App\Models\Article::all()->count() > 0) @endif @if (Auth::user()) @if ($user_roles_type->role_type == 'author') Submit Article @endif @else Submit Article @endif
@if (!empty($user))

{{{Auth::user()->name}}}

@else

@endif @yield ('breadcrumbs')