• @foreach(Config::get('app.languages') as $language) {{$language->name}} @endforeach
  • {{ auth()->user()->unreadNotifications->count() }}
    {{ auth()->user()->unreadNotifications->count() }} {{__('New Notifications')}} @forelse(auth()->user()->unreadNotifications as $notification)
    {{ $notification->data['data'] }} {{ (new Carbon\Carbon($notification->created_at))->diffForHumans() }} @empty
    {{__("You haven't any new notifications")}} @endforelse
    {{__('See All Notifications')}}