ASUENG Dashboard
  1. @foreach($path as $part)
  2. {{ shortText($part->title, 32) }} 
  3. @endforeach
  4.   {{ shortText($__env->yieldContent('title'), 32) }}
  • @if( Lang::locale() == 'ar' )
    English
    @else
    عربي
    @endif
  • @if(Auth::user()->isStudent())
  • {{Auth::user()->numberOfNewMessages()}} @if(Auth::user()->isStudent() && Auth::user()->student->academic_discuss_status==2) {{Auth::user()->numberOfNewMessages()}} @endif
  • @endif
  • @php($file = Auth::user()->archive?->findChildByContentType("Personal Photo")) @if($file) {{ Auth::user()->lang('name') }} @else {{ Auth::user()->lang('name') }} @endif
    @if(Auth::user()->isStudent())
    • @lang('tr.Profile')

    @lang('tr.Notifications')
    @elseif(Auth::user()->isGuest())
    • @lang('tr.Profile')

    @endif
    @lang('tr.Logout')