<label id="{{$id}}" class="frame-upload-img-lg-detail p-imgupload__area" for="fileSingleInput">
{{--    @if(isset($article->file_path))--}}
{{--        <img src="{{$article->file_path}}" width="200" />--}}
{{--    @endif--}}
    <canvas class="preview-img-house-uploaded" name="canvas_floor" width="0" height="0"></canvas>
{{--    <p class="p-imgupload__text">クリックまたは<br>ドラッグ&amp;ドロップ</p>--}}
    <input id="fileSingleInputDetail" type="file" name="file_single_input" style="display:none;">

{{--    <input type="hidden" name="file_path" value="{{$file_path??''}}">--}}
    <input type="hidden" name="file_path">

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