<label id="{{$id}}" class="p-imgupload__area text-center" for="fileSingleInput" style="width: 320px; height: 240px;">
    @if(isset($article->file_path))
        <img style="max-width: 320px; max-height: 240px;" src="{{$article->file_path}}"  />
    @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="{{$file_path??''}}">

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