funcion/planilla-pedidos-total #33
1 changed files with 7 additions and 3 deletions
|
@ -70,3 +70,7 @@ Route::middleware('auth')->group( function() {
|
|||
})->name('obtenerSesion');
|
||||
});
|
||||
});
|
||||
|
||||
Route::middleware(['auth', 'comi_compras'])->group( function() {
|
||||
Route::get('/compras/pedidos', 'ComprasController@pedidos')->name('compras.pedidos');
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue