@stack("custom-script") {{----}}
@if(isset($promotedMessages[0])) @endif
@php if(!isset($isHome)){ $isHome=0; } @endphp @if(Auth::check() && (Auth::user()->type != "junior reviewer" && Auth::user()->type != "senior reviewer" && Auth::user()->type != "admin"&& Auth::user()->type != "root") && !$isHome)
  • Home
  • {{-- @if ($isCourseSearch)
  • Courses
  • @endif @if ($isMultimediaSearch)
  • Multimedia
  • @endif --}}
  • @yield('title')

@yield('title')

@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())
Welcome, {{Auth::user()->name}}
@if(Auth::user()->image != null) @else @endif
@endif
@endif
@yield('content')
@yield('script')