@foreach($dependecies_all as $dependency)
{{ $dependency->task_title }} @if(config('permission.manage_dependency')) @endif @if($dependency->tasksdependency_status == 'fulfilled') @endif
@endforeach @if(count($dependecies_all ?? []) > 0)
@endif