@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('navs.frontend.dashboard') ) @push('after-scripts') @endpush @section('content') {{--{{dd($logged_in_user->has_active_subscriptions)}}--}} {{-- Top row: user info, icons of lab groups--}}
{{ $logged_in_user->name }}
Plan: @if($logged_in_user->has_active_subscription) {{ $logged_in_user->plan }} @else Free plan {{-- --}} {{-- Upgrade your account--}} {{-- --}} @endif
{{$thread->latestMessage->created_at->diffForHumans()}}
{{--
--}}
{{-- {!! $thread->latestMessage->body !!}--}}
{{-- --}}
{{ $thread->creator_name }}
|
{{$notification_count}} more... |
{{$thread->created_at}} |
{{$lab_notifications_count}} more in your lab forums... |