diff --git a/resources/views/users/index.blade.php b/resources/views/users/index.blade.php index 0f68246..ac9e812 100644 --- a/resources/views/users/index.blade.php +++ b/resources/views/users/index.blade.php @@ -33,11 +33,5 @@

- - {{ Form::open(array('url' => route('uploadfile'), 'method' => 'POST', 'files'=>'true')) }} - Select the file to upload. - {{ Form::file('image') }} - {{ Form::submit('Upload File')}} - {{Form::close()}} @endsection