@extends('layouts.main') @section('title') {{ $title }} @endsection @section('content')

Your honeycombs

@if (isset($honeycombs) && !empty($honeycombs->toArray())) @foreach ($honeycombs as $honeycomb) {{-- @if (!is_string($honeycomb->createdBy)) {{dump((array)$honeycomb)}} --}} {{-- @else @endif --}} @endforeach @else @endif
Honeycomb name Created by Due Date
{{ $honeycomb->name }} {{ $honeycomb->createdBy}}Alex Lingris25/10/25
You have no honeycombs

Your honeycombs

{{--
--}}

Your honeycombs

{{-- @foreach ($tasks as $task) @endforeach --}}
{{ $task->taskName }}

Your honeycombs

{{-- --}}
@endsection