Create App/ModifiedTrans
This commit is contained in:
@@ -10,6 +10,16 @@
|
||||
|
||||
class ReportTransaksiController extends Controller
|
||||
{
|
||||
public function byGate ()
|
||||
{
|
||||
return view ('report.by-gate');
|
||||
}
|
||||
|
||||
public function gateData(Request $request)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function allReport ()
|
||||
{
|
||||
return view ('report.all-report');
|
||||
|
||||
Reference in New Issue
Block a user