@if($show_task)

Daily Tasks

@foreach($tasks as $task)
{{ $task->title }}

{!! nl2br($task->descr) !!}

@endforeach
@endif