@if(!Auth::check() || (Auth::check() && Auth::user()->type =="user")) @endif
@if(isset($promotedMessages[0])) @endif
@if(Auth::check() && (Auth::user()->type != "junior reviewer" && Auth::user()->type != "senior reviewer" && Auth::user()->type != "admin"&& Auth::user()->type != "root")) @endif @if(Auth::check())
@endif
@yield('content')
@yield('script')