export pdf
This commit is contained in:
@@ -17,5 +17,6 @@ Route::middleware(['common', 'auth', 'active'])->group(function () {
|
||||
Route::controller(DailySalePaymentReportModuleController::class)->prefix('dailysalepaymentreportmodule')->group(function () {
|
||||
Route::get('/', 'index');
|
||||
Route::get('/export', 'exportReport');
|
||||
Route::get('/export_pdf', 'exportPDF');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user