first commit
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user