<li>
    <form action="/business/for-sale/detail/<?php echo e($artId); ?>?tab=pictures&number=<?php echo e($num); ?>&action=print&print_type=list" method="post" target="_blank">
        <?php echo csrf_field(); ?>
        <input type="hidden" name="only_items" value="<?php echo e($onlyItems); ?>">
        <p class="p-print-modal__menus-icon">
            <button class="btn-print-image pointer">
                <span class="p-print-modal__menus-text p-0"><?php echo e($label); ?></span>
                <img src="<?php echo e(asset($image)); ?>" width="120">
            </button>
        </p>
    </form>
</li>
