@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('navs.frontend.dashboard') ) @push('after-scripts') @endpush @section('content') {{-- Top row: user info, icons of lab groups--}}
{{-- Profile picture--}} {{-- User info--}}

{{ $logged_in_user->name }}

Devil may care flying fool

{{-- Forum threads display--}}
Forum threads
@foreach($threads as $thread) @endforeach
@foreach($thread->channels as $channel) @if(isset($channel)) #{{$channel->name}} @endif @endforeach
{{$thread->user->name}} {{$thread->created_at->diffForHumans()}}
{{$thread->body}}
@endsection @section('dialogs') @endsection