📅  最后修改于: 2022-03-11 15:00:51.128000             🧑  作者: Mango
h2>{{{ $project->name }}}
@if ( count($project->tasks)==0)
There are no tasks for this project.
@else
@foreach( $project->tasks as $task)
- {{ $task->name }}
@endforeach
@endif