forked from aslan/applicant-site
delete not users code for blade template
This commit is contained in:
parent
541963fbc3
commit
252c06e020
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue