Advertisement
gundambison

view form export

Jun 20th, 2020
1,060
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <form
  2.     method="POST"
  3.     enctype='multipart/form-data'
  4.     target="_parent"
  5.     action="{{ url('pengkinian_data/importing') }}"
  6.     class="form-horizontal profile_form"
  7. >
  8.     {{csrf_field()}}
  9.     RUN EXCEL
  10.     <button>
  11.         now
  12.     </button>
  13. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement