<td style="min-width: 30%; overflow: hidden"><?php echo e($value); ?></td>
<td style="min-width: 30%; overflow: hidden"><?php echo e($originalValue); ?></td>
<td style="min-width: 40%">
    <div class="textarea-control">
        <textarea
            name="<?php echo e($name); ?>"
            data-file="<?php echo e($file); ?>"
            data-key="<?php echo e($key); ?>"
            class="form-control"
            rows="3"
        ><?php echo e($currentValue); ?></textarea>
        <div class="controls-wrapper">
            <i class="fa fa-check save-changes"></i>
            <i class="fa fa-times cancel-changes"></i>
        </div>
    </div>
</td>
