@php $pages = App\Models\Page::all(); $published_editions = App\Models\Edition::getPublishedEdition(); @endphp @auth {{App\Models\Helper::displayEmailWarning()}} @endauth

@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) Search @endif