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

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