delete not users code for blade template

This commit is contained in:
aslan 2024-01-26 11:16:20 +03:00
parent 541963fbc3
commit 252c06e020
1 changed files with 0 additions and 6 deletions

View File

@ -33,11 +33,5 @@
</table> </table>
<br> <br>
<br> <br>
{{ Form::open(array('url' => route('uploadfile'), 'method' => 'POST', 'files'=>'true')) }}
Select the file to upload.
{{ Form::file('image') }}
{{ Form::submit('Upload File')}}
{{Form::close()}}
</div> </div>
@endsection @endsection