Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
anandsiddharth
/
laravel-paytm-wallet
/
src
/
resources
/
views
Location:
/home/zoteqbgb/public_html/vendor/anandsiddharth/laravel-paytm-wallet/src/resources/views
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: form.blade.php
@extends($view) @section('payment_redirect') <form method="post" action="{{$txn_url}}" name="f1" style="visibility: hidden;"> <table border="1"> <tbody> @foreach ($params as $key => $value) <input type="hidden" name="{{$key}}" value="{{$value}}" /> @endforeach <input type="hidden" name="CHECKSUMHASH" value="{{$checkSum}}"> </tbody> </table> <script type="text/javascript"> document.f1.submit(); </script> </form> @stop
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
app_redirect.blade.php
418 bytes
0644
2020-10-28 10:22
âï¸
ðï¸
Rename
form.blade.php
421 bytes
0644
2020-10-28 10:22
âï¸
ðï¸
Rename
transact.blade.php
251 bytes
0644
2020-10-28 10:22
âï¸
ðï¸
Rename
Chang
Apply