<label id="{{$id}}" class="p-imgupload__reform" for="fileSingleInput3">
    @if(isset($reform->after_file_path))
        <img src="{{$reform->after_file_path}}" width="200" />
    @endif
    <canvas name="canvas_floor3" width="0" height="0"></canvas>
    <p class="p-imgupload__text">クリックまたは<br>ドラッグ&amp;ドロップ</p>
    <input id="fileSingleInput3" type="file" name="file_single_input3" style="display:none;">
    <input type="hidden" name="file_path" value="{{$file_path??''}}">
</label>
