first commit

This commit is contained in:
2024-11-07 17:16:20 +02:00
commit 75e91e4ddc
152 changed files with 17270 additions and 0 deletions
@@ -0,0 +1,19 @@
@extends('layouts.main')
@section('title')
{{ $honeycomb->name }}
@endsection
@section('content')
<div class="">
<h1>{{$honeycomb->name}}</h1>
{!! $honeycomb->description !!}
{{$honeycomb->dueDate}}
@foreach($honeycomb->assignTo as $assigned)
Assigned To <button class="primary">{{$assigned->name}}</button>
@endforeach
</div>
@endsection
<script>
</script>