pusher testing

This commit is contained in:
MUHD HAFIFIE
2021-06-20 16:03:13 +08:00
parent 9f580e0189
commit 403d503008
6 changed files with 2668 additions and 1 deletions
+10
View File
@@ -53,6 +53,16 @@ Route::get('/welcome',function(){
});
Route::get('/testing',function(){
$auth_user = Auth::user();
$cawangan=Http::get(config('api.url').'/api/cawangan/detail/'.$auth_user['cawangan'])->json();
$cawangan_detail=$cawangan[0];
return view('testing', compact('cawangan_detail'));
});
// Auth::routes();