Added product report, showing just active products and number of services

This commit is contained in:
Deon George
2023-05-09 16:50:39 +09:00
parent b3539e6c7e
commit 45dd74aad4
5 changed files with 140 additions and 30 deletions

View File

@@ -11,6 +11,11 @@ class ReportController extends Controller
return view('account/report');
}
public function products()
{
return view('product/report');
}
public function services()
{
return view('service/report');