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

My custom requests

@foreach($custom_graphics_requests as $i => $thread)
{{date('h:m A'),strtotime($thread->created_at)}}
{{date('d-m-y'),strtotime($thread->created_at)}}
{!! $thread->name!!} {{$thread->notes->count()}}
@foreach($thread->tags as $tag) #{{$tag->text}} @endforeach

{!! \Illuminate\Support\Str::highlightSearch(\App\Helpers\General\StringHelper::truncateWithoutTags($thread->body, 100), urldecode(request()->query('search'))) !!}

@endforeach
{{-- --}} {{-- --}} {{-- --}} @endsection @section('dialogs') @endsection