My Tasks
@foreach($tasks as $task)
{{ $task->title }}
{{ $task->description }}
@if($task->owner && ($ownerLabel = $task->ownerLabel()))
@if($ownerRoute = $task->ownerRoute())
{{ $ownerLabel }}
@else
{{ $ownerLabel }}
@endif
@endif
Due {{ $task->due_at->format('d/m/Y H:i') }}
{{--
--}}
{{-- --}}
{{-- --}}
{{--
--}}
@endforeach