fix notisLelong
This commit is contained in:
@@ -38,10 +38,12 @@ class LelongController extends Controller
|
||||
}
|
||||
|
||||
public function lelong(){
|
||||
$api_url = config('api.url');
|
||||
$auth_user = Auth::user();
|
||||
$api_url = config('api.url');
|
||||
$cawangan_info = Http::get(config('api.url') . '/api/cawangan/'. $auth_user['cawangan'])->json();
|
||||
return view('khazanah.lelong',compact('cawangan_info','api_url'));
|
||||
$senaraibatch = Http::get(config('api.url'). '/api/senaraibatch/aktif/'. $auth_user['cawangan'])->json();
|
||||
|
||||
return view('khazanah.lelong',compact('cawangan_info','api_url','senaraibatch'));
|
||||
}
|
||||
|
||||
public function resittuntutbaki($norujukan){
|
||||
|
||||
Reference in New Issue
Block a user