@if ($task->data_type == 'image' && $data_path_name)

@endif
@if ($task->data_type == 'video' && $data_path_name)
@endif
@if ($task->data_type == 'url' && $data_path)
@if (strpos($data_path, 'iframe') !== false)
{!! $data_path !!}
@else
@endif
@endif
@if ($task->data_type == 'media')
@foreach ($data_path as $data_path_key => $data_path_val)
@endforeach
@endif