Added Account report, renamed Product to Service List
This commit is contained in:
@@ -6,8 +6,13 @@ use App\Http\Controllers\Controller;
|
||||
|
||||
class ReportController extends Controller
|
||||
{
|
||||
public function products()
|
||||
public function accounts()
|
||||
{
|
||||
return view('a/product/report');
|
||||
return view('account/report');
|
||||
}
|
||||
|
||||
public function services()
|
||||
{
|
||||
return view('service/report');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user