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

--}} {{--

Devil may care flying fool

--}} {{--
--}} {{--
--}} {{--
--}} {{-- Forum threads display--}}
Replies to thread: {{$thread->title}} by {{$thread->user->name}}
{{$thread->body}}
@foreach($thread->replies as $reply) @endforeach
#hastags
{{$reply->user->name}} {{$reply->created_at->diffForHumans()}}
{{$reply->title}}
{{$reply->body}}
@endsection @section('dialogs') @endsection