customer register

This commit is contained in:
Afiq
2021-01-04 08:47:43 +08:00
parent fbaadc8be7
commit b533e2de7d
6 changed files with 336 additions and 72 deletions
+5 -1
View File
@@ -99,4 +99,8 @@ Route::get('laporan/ringkasanterkumpul/cetak',['as'=>'ringkasanterkumpul.laporan
Route::post('/barcodescanned',['as'=>'barcode.scanned','uses'=>'KhazanahController@barcodescanned'])->middleware('auth','khazanah');
Route::post('/barcodescanned',['as'=>'barcode.scanned','uses'=>'KhazanahController@barcodescanned'])->middleware('auth','khazanah');
Route::get('/test',function(){
return view('test');
});