@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--}}
{{ $logged_in_user->name }}
Devil may care flying fool
@foreach($thread->channels as $channel)
@if(isset($channel))
#{{$channel->name}}
@endif
@endforeach
{{$thread->user->name}} {{$thread->created_at->diffForHumans()}}
{{$thread->body}}
|