<label id="<?php echo e($id); ?>" class="p-imgupload__area1 text-center" for="fileSingleInput4" style="width: 240px; height: 320px;">
    <?php if(isset($file_path)): ?>
    <img style="max-height: 320px; max-width: 240px;" class="m-auto" width="240px" src="<?php echo e($file_path); ?>"  />
    <?php endif; ?>
    <canvas class="m-auto" data-size="240x320" name="canvas_floor4" width="0" height="0"></canvas>
    <p class="p-imgupload__text">クリックまたは<br>ドラッグ&amp;ドロップ</p>
    <input id="fileSingleInput4" type="file" name="file_single_input4" style="display:none;">
    <input type="hidden" name="file_path" value="<?php echo e($file_path??''); ?>">

    <input type="hidden" name="floor_file_delete_flg4" id="floor_file_delete_flg4" value="">
</label>
