@if(Auth::check()) {{ config('app.iconic') }} @else {{ config('app.iconic') }} @endif
  • @include('partials.themechanger') @if(Auth::check()) @include('partials.layoutchanger') @endif @include('partials.searchmodal')
@if(Auth::check())
  • {{Auth::user()->messagesRecv()->unread()->count()}}
@else
  • Login
  • @include('partials.loginmodal')
@endif