json(); $updatejbgLelong = Http::get(config('api.url') . '/api/updatejbglelong')->json(); $hapusGadaiNull = Http::get(config('api.url') . '/api/hapus/gadai/null')->json(); if($updatejbg == 'successful'){ return 0; }else{ return 'failed'; } } }