@extends('frontend.layouts.app_minimal') @section('title', app_name() . ' | ' . __('navs.frontend.dashboard') ) @push('after-styles') @endpush @push('after-scripts') {{-- --}} {{-- --}} @endpush @section('content') {{-- --}} @if(isset($lab)) {!! Breadcrumbs::render('frontend.lab.forum', $lab) !!} @else {!! Breadcrumbs::render('frontend.channels.index') !!} @endif {{-- Forum channels display--}}
{{--
--}} {{--
--}} {{--
--}} {{-- --}}{{-- Shown on smaller screen--}} {{-- --}} {{--
--}} {{-- --}}{{-- The top row--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- {{html()->form('get',route('frontend.channels.index'))->class('form-inline')->open()}}--}} {{--
--}} {{-- {{ html()->multiselect('searchtags[]', $tags->pluck('text', 'id'))--}} {{-- ->class('form-control')--}} {{-- ->value(Request('searchtags')??'')--}} {{-- }}--}} {{-- --}}{{-- --}} {{--
--}} {{-- --}}{{--
--}} {{-- --}}{{-- {{ html()->text('search')--}} {{-- --}}{{-- ->class('form-control form-control-sm')--}} {{-- --}}{{-- ->value(Request('search')??'')--}} {{-- --}}{{-- ->attribute('placeholder', 'Search string')--}} {{-- --}}{{-- }}--}} {{-- --}}{{--
--}} {{-- --}}{{--
--}} {{-- --}}{{-- --}} {{-- --}}{{--
--}} {{-- --}} {{-- {{html()->form()->close()}}--}} {{-- --}}{{-- --}} {{-- --}}{{-- --}} {{--
--}} {{--
--}} {{-- --}}{{-- The --}} {{--
--}} {{--
--}} {{-- --}}{{--Shown when on large screen --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Latest discussions in All forums
--}} {{-- @foreach($allthreads as $thread)--}} {{-- --}}{{--Content--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}}{{-- Name and date--}} {{--
{{$thread->user->name??''}}--}} {{--
{{$thread->created_at->diffForHumans()}}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- {!! \App\Helpers\General\StringHelper::truncateWithoutTags($thread->body, 100) !!}--}} {{--
--}} {{--
--}} {{-- @foreach($thread->tags as $tag)--}} {{-- #{{$tag->text}}--}} {{-- @endforeach--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{--
--}} {{-- @foreach($channels as $channel)--}} {{--
--}} {{--
Latest discussions in {{$channel->name??''}}
--}} {{-- --}}{{-- --}} {{-- @foreach($channel->threads as $thread)--}} {{-- --}}{{--Content--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}}{{-- Name and date--}} {{--
{{$thread->user->name??''}}--}} {{-- {{$thread->created_at->diffForHumans()}}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- {!! \App\Helpers\General\StringHelper::truncateWithoutTags($thread->body, 100) !!}--}} {{--
--}} {{--
--}} {{-- @foreach($thread->tags as $tag)--}} {{-- #{{$tag->text}}--}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection @section('dialogs') {{-- --}} @endsection