<label class="p-portalupload file_multiple_label_facility" for="fileMutilInput<?php echo e($id); ?>">
    <?php if(isset($r_photo)): ?>
        <img src="<?php echo e($r_photo); ?>" id="show_img_<?php echo e($id); ?>" width="200" />
    <?php endif; ?>
    <canvas width="0" height="0"></canvas>
    <p class="p-imgupload__text">クリックまたは<br>ドラッグ&amp;ドロップ</p>
    <input id="fileMutilInput<?php echo e($id); ?>" type="file" name="r_photo<?php echo e($id); ?>" class="file_multiple_facility d-none">
    <input type="hidden" name="file_path_photo<?php echo e($id); ?>" value="">
    <input type="hidden" name="del_photo<?php echo e($id); ?>" value="">
</label>
<div class="mt10 mb10 text-center">
    <button type="button" onclick="btn_photo_del(<?php echo e($id); ?>)">削除</button>
</div>
