@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('navs.frontend.dashboard') ) @push('after-scripts') @endpush @section('forum_link') @endsection @section('content') {{-- @if($lab) {!! Breadcrumbs::render('frontend.lab.index', $lab) !!} @endif --}}
header_image)}}"); @endif @if($lab->header_fill_type == 'tile')background-repeat: repeat;background-size: auto; @elseif($lab->header_fill_type == 'stretch')background-size: 100% 100%; @endif'>
background_image)}}"); @endif @if($lab->background_fill_type == 'tile') background-repeat: repeat; background-size: auto; @elseif($lab->background_fill_type == 'stretch') background-size: 100% 100%; @endif'>
{{-- Profile picture--}} {{-- User info--}}

{{ $lab->name }}{{($lab->read_only?' (read only)':'')}}

    @foreach($lab->members->take(3) as $member)
  • {{$member->name}}
  • @endforeach
{{-- News feed--}}
{{-- News feed items--}} @if($notifications->count()==0) You're all caught up! @endif @foreach($notifications as $thread) @endforeach @if($notifications->count()>4) @endif

{{$thread->created_at}}

{{$thread->user['first_name']." ".$thread->user['last_name']}}
{{$notification_count}} more...
{{-- Lab notifications--}} @if($logged_in_user->is_in_lab)
@if($announcements->count()==0) You're all caught up! @endif @foreach($announcements as $thread) @endforeach

{{$thread->created_at}}

{{$thread->user['first_name']." ".$thread->user['last_name']}}
@endif
{{--
Board explorer--}} {{--
--}}
{{-- Artboard folders and filters section--}}
{{-- Filters--}}
Filter
{{-- Artboard search by text @TODO get artboards dymanically when updated--}}
{{-- Artboard search by tag @TODO get artboards dymanically when updated--}}
{{ html()->multiselect('tags[]',$tags->pluck('text', 'id'))->class('tagsselect')->id('board_tags') }}
{{-- Artboard search by favourite @TODO get artboards dymanically when updated--}}
{{-- Folders--}}
@if(!$lab->read_only) @endif Folders
@if(count($folders)>0) @include('frontend.lab.includes.subfolder',['folders'=>$folders,"lab_id"=>$lab->id]) @endif
Clear
@if(!$lab->read_only) @endif
{{-- Board explorer--}} @cannot('no ads') {{5-$logged_in_user->boards->count()}} of 5 free boards remaining. Go pro for more! @endcannot
{{-- --}}
@endsection @section('dialogs') @can('create board') @endcan @if ($logged_in_user->my_lab) @endif @endsection @push('after-styles') @endpush @push('after-styles') {{-- Ambient Styles --}} @endpush