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

Honeycombs assigned to you

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

Honeycombs created by you

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