@if(count($notes) > 0) @if(!$read_only || $is_own)
@endif @endif
@if(count($notes) > 0) @foreach($notes as $note) @endforeach

{{$note->note}}
{{config('setting.task_status.'.$note->status)}}
{{$note->user->name.' '.$note->user->surname}}
{{date('F d,Y H:i',strtotime($note->created_at))}}

@else
There are no notes on this task
@if(!$read_only || $is_own) Add Notes @endif
@endif