We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861fb27 commit 028ccc4Copy full SHA for 028ccc4
resources/views/large_file_upload.blade.php
@@ -11,7 +11,7 @@
11
<div id="{{$name}}-progressbar" style="background:blue;height:6px;width:0;"></div>
12
</div>
13
<span style="font-size:12px;color:#aaa;" id="{{$name}}-output"></span>
14
- <input type="hidden" name="{{$name}}" id="{{$name}}-savedpath" >
+ <input type="hidden" name="{{$name}}" id="{{$name}}-savedpath" value="{{ old($column, $value) }}">
15
16
@include('admin::form.help-block')
17
0 commit comments