Work on product costing (broadband) and reporting
This commit is contained in:
13
app/Http/Controllers/Wholesale/ReportController.php
Normal file
13
app/Http/Controllers/Wholesale/ReportController.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers\Wholesale;
|
||||
|
||||
use App\Http\Controllers\Controller;
|
||||
|
||||
class ReportController extends Controller
|
||||
{
|
||||
public function products()
|
||||
{
|
||||
return view('a/product/report');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user