@if (Sentinel::check() )
    @if ( Sentinel::getUser()->hasNotifications && Sentinel::getUser()->hasNotifications->count() > 0 )
  • @if (Sentinel::getUser()->hasNotifications->where('status', 0)->count() > 0) {{ Sentinel::getUser()->hasNotifications->where('status', 0)->count() }} @endif @include('Centaur::notifications.last_notifications')
  • @endif
  • User {!! Sentinel::getUser()->first_name ? Sentinel::getUser()->first_name . ' ' . Sentinel::getUser()->last_name : Sentinel::getUser()->email !!}
@endif